Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

[users@httpd] Having problems with a redirect

Mike Soultanian

2010-05-17

Replies: Find Java Web Hosting

Author LoginPost Reply
Hello,
I'm trying to redirect everyone that goes to http://www.csulb.edu/~music
over to http://www.csulb.edu/depts/music (no tilde) using the following
.htacess file:

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ http://www.csulb.edu/music/$1 [L,NC,R=301]

I'm having mild success.

This works:

http://www.csulb.edu/~music/
http://www.csulb.edu/~music/index.html
http://www.csulb.edu/~music/keyboard/keyboard.html
and so on...


However, this doesn't work:

http://www.csulb.edu/~music

which takes me to:

http://www.csulb.edu/depts/music//home/aa/music/htdocs

instead of taking me to:

http://www.csulb.edu/depts/music


Any ideas on how to fix that? I left the .htaccess up there so you can
try it out.

Thanks!
Mike

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.