PLS HELP: redirect www.domain.com/folder/index.jsp

New to mod_rewrite? This is a good place to start.

PLS HELP: redirect www.domain.com/folder/index.jsp

Postby richard » Sun Feb 22, 2004 11:14 pm

hello everyone!

i am really new to this stuff. please help.

what i want to do is to redirect www.domain.com/folder/index.jsp to just www.domain.com

i was able to make it work but every page seems to go back to index.jsp.

i am using apache 2.0 + tomcat 4.0 + mod_jk

after the redirection, it should now proceed to other pages.

here is my httpd.conf file:

<VirtualHost *>
#DocumentRoot /usr/local/jakarta-tomcat-4.1.29/webapps/wap
ServerName www.domain.com
RewriteEngine On
RewriteLog /usr/local/apache/logs/rewrite.log
RewriteLogLevel 9
RewriteRule / /wap/index.jsp [PT,L]
JkMount /*.jsp ajp13
JkMount /wap ajp13
JkMount /wap/* ajp13
</VirtualHost>

thank you very much.
richard
 
Posts: 1
Joined: Sun Feb 22, 2004 11:04 pm

Return to Beginner's Corner

Who is online

Users browsing this forum: No registered users and 37 guests

cron