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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to