I know very little about these files, and would like to know if there are any problems that need fixing. I know there should be some redirects from old pages and I do use server side includes. I see some things that refer to guides4fish.com, which is an old domain name no longer used. should they be removed?
Thanks Pete
RewriteEngine on
#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
AddHandler server-parsed .htm .html
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^amarker\.html$ "http\:\/\/www\.conneroutdoors\.com" [R=301,L]
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^phpsqlsearch_genxml1\.php$ "http\:\/\/www\.conneroutdoors\.com" [R=301,L]
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^arizona\.html$ "http\:\/\/www\.conneroutdoors\.com\/hunting\/arizona\.html" [R=301,L]
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alabama\.html$ "http\:\/\/www\.conneroutdoors\.com\/hunting\/alabama\.html" [R=301,L]
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^southdakota2_hunting\.html$ "http\:\/\/www\.conneroutdoors\.com\/hunting\/southdakota\.html\.html" [R=301,L]
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^phpBB3\/viewtopic\.php$ "http\:\/\/www\.conneroutdoors\.com\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^conneroutdoors.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.conneroutdoors.com$
RewriteRule ^fishing\/fishindex\.htm$ "http\:\/\/www\.conneroutdoors\.com\/fishindex\.html" [R=301,L]
RewriteCond %{HTTP_HOST} ^conneroutdoors.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.conneroutdoors.com$
RewriteRule ^blogs\.html$ "http\:\/\/www\.conneroutdoors\.com\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^conneroutdoors.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.conneroutdoors.com$
RewriteRule ^forum\.html$ "http\:\/\/www\.conneroutdoors\.com" [R=301,L]
RewriteCond %{HTTP_REFERER} !^http://conneroutdoors.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://conneroutdoors.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://guides4fish.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://guides4fish.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://guides4fish.conneroutdoors.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://guides4fish.conneroutdoors.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mail.conneroutdoors.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mail.conneroutdoors.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mail.guides4fish.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mail.guides4fish.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mail.pleasantriverguides.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mail.pleasantriverguides.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://pleasantriverguides.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://pleasantriverguides.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://pleasantriverguides.conneroutdoors.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://pleasantriverguides.conneroutdoors.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.conneroutdoors.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.conneroutdoors.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.guides4fish.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.guides4fish.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.guides4fish.conneroutdoors.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.guides4fish.conneroutdoors.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mail.conneroutdoors.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mail.conneroutdoors.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mail.guides4fish.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mail.guides4fish.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mail.pleasantriverguides.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mail.pleasantriverguides.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.pleasantriverguides.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.pleasantriverguides.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.pleasantriverguides.conneroutdoors.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.pleasantriverguides.conneroutdoors.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
RewriteCond %{HTTP_HOST} ^conneroutdoors.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.conneroutdoors.com$
RewriteRule ^phpBB3\/index\.php$ "http\:\/\/www\.conneroutdoors\.com" [R=301,L]
RewriteCond %{HTTP_HOST} ^conneroutdoors.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.conneroutdoors.com$
RewriteRule ^contact\.html\/$ "http\:\/\/www\.conneroutdoors\.com\/contact\.html" [R=301,L]
and this is a 2nd htaccess file for a old domain name guides4fish.com
# <deactivate guides4fish.com>
# Reason for deactivation: No Payment Received
# please contact us to remedy this situation as soon as possible
RewriteEngine On
RewriteCond %{HTTP_HOST} ^guides4fish.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.guides4fish.com$
RewriteRule ^(.*) [
box399.bluehost.com...] [L,R=302]
# </deactivate>