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/musicAny 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx