Is this the exact correct code for permanently redirecting
individual pages through the .htaccess file?:
RewriteEngine On
Redirect 301 /main.html
http://www.mysite.com/main.php
If I have many
individual pages to redirect do I do this?:
RewriteEngine On
Redirect 301 /main.html
http://www.mysite.com/main.php
Redirect 301 /tits.html
http://www.mysite.com/tits.php
Redirect 301 /ass.html
http://www.mysite.com/ass.php
Redirect 301 /teens.html
http://www.mysite.com/teens.php
Redirect 301 /videobox.html
http://www.mysite.com/video-box.php
Any help would be awesome. I also have the option through my hosting control panel to input one domain at a time for 301 redirects. I would prefer to learn this myself so any guidance is appreciated.