Voasi
Jul 24th 2006, 11:13 am
I'm trying to a simple 301 redirect throught .htaccess and I'm having trouble making it work. The site is hosted at GoDaddy.
I've tried 2 different types:
Options +Indexes
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^/aboutus.html http://www.pacificbulletproof.com/about-us/index.html [R=301,L]
AND...
RewriteEngine on
redirect 301 /aboutus.html http://www.pacificbulletproof.com/about-us/index.html
...and still I get nothing.
I know you have to do funny things in the file like "make sure you hit ENTER after you put the code in" ...but I'm not sure I know if that's right.
Any guidance would be appreciated.
Thanks!
- Adam
I've tried 2 different types:
Options +Indexes
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^/aboutus.html http://www.pacificbulletproof.com/about-us/index.html [R=301,L]
AND...
RewriteEngine on
redirect 301 /aboutus.html http://www.pacificbulletproof.com/about-us/index.html
...and still I get nothing.
I know you have to do funny things in the file like "make sure you hit ENTER after you put the code in" ...but I'm not sure I know if that's right.
Any guidance would be appreciated.
Thanks!
- Adam