View Single Post
Old 04-26-2008, 08:22 PM   #3 (permalink)
ParLawGod
Contributing Member
 
Join Date: 10-13-03
Posts: 128
iTrader: 0 / 0%
Latest Blog:
None

ParLawGod is liked by many
That was the first thing I tried, but that did not work.

Here is the .htaaccess entry:

Quote:
RewriteEngine on

RedirectMatch permanent ^/buyalfstuff.html$ http://www.alftv.net/merchandise.html

RedirectMatch permanent ^/alffiles.html$ http://www.alftv.net/alfdvd.html

RedirectMatch permanent ^/castinformation.html$ http://www.alftv.net/castandcrew.html

RedirectMatch permanent ^/crazymoments.html$ http://www.alftv.net/

RedirectMatch permanent ^/episodeguide.html$ http://www.alftv.net/episodeguides.html

RedirectMatch permanent ^/index2.html$ http://www.alftv.net/

RedirectMatch permanent ^/classifieds.html$ http://www.alftv.net/forum

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^pictures/talkshow.html$ http://www.alftv.net/pictures/talkshow [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^resume.doc/?$ http://jeremiaheis.com/resume.pdf [R=302,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/forum/scrollingtopics2.php$ http://www.alftv.net/community/scrollingtopics2.php [R=302,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/forum/?(.*)$ http://www.alftv.net/community/$1 [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/pictures/talkshow.html$ http://www.alftv.net/pictures/talkshow [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/pictures/projectalf.html$ http://www.alftv.net/pictures/projectalf [R=301,L]

ErrorDocument 404 /500.shtml

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/episodeideas.html$ http://www.alftv.net/fanfiction.html [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/pictures/sitcom.html$ http://www.alftv.net/pictures/sitcom [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/pictures/alfcartoons.html$ http://www.alftv.net/pictures.html [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^upcomingperformances.html$ http://www.jeremiaheis.com/schedule.html [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/forum/profile.php$ http://www.alftv.net/community/memberlist.php [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/community/profile.php$ http://www.alftv.net/community/memberlist.php [R=301,L]
ParLawGod is offline   Reply With Quote