Forum Moderators: phranque
RewriteEngine on
RewriteBase /~quux/
RewriteRule ^foo$ foo/ [R]
I am running Apache on Linux so would I add:
RewriteEngine on
RewriteBase /var/www/html/
RewriteRule ^gallery$ gallery/ [R]
And where does this go?! I thought it went in my .htaccess file but it doesn't seem to work. Also, should my .htaccess file be in my /var/www/html/ directory?
Thanks!