mod_jk redirect simple question

2003-02-05 Thread SSchaubach
Hi, when you finally get your site up. How can you configure apache to do the following: http://IPaddress1.com ---> redirect http://IPaddress1.com/dir/myfile.jsp Best, Stephen

Re: mod_jk redirect simple question

2003-02-05 Thread Bill Barker
RewriteRule ^/$ /dir/myfile.jsp [PT] or RewriteRule ^/$ /dir/myfile.jsp [R] If myfile.jsp uses relative references to e.g. image files, then use the second. Otherwise, if you don't want myfile.jsp to show up in the Address bar, use the first. <[EMAIL PROTECTED]> wrote in message 01BB14133B43D211