This is probably something simple and I didn't want to bug the overworked tech people, but we recently upgraded 2 websites to Ready Themes, and if you type in the domain and /sfnt.html it should take you to the home page, but on one of the sites it goes to the page not found page. I'm just not sure where to look to fix this. The site was getting 20 orders a day until I put the ready theme in and now its getting almost nothing. Do I need to do something to my htaccess page?
The site is armynavyshop.com Here is a copy of the present htaccess page:
I'm not sure what most of the stuff in it is or if it is hurting the site - if there are any htaccess guys out there, I sure would appreciate some advice. I'm not sure if something needs to be changed, but I know something ain't right when I type into the address bar http://armynavyshop.com/sfnt.html and it comes up not found....
#Gzip
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</ifmodule>
#End Gzip
<filesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$" >
Header set Expires "access plus 6 months"
</filesMatch>
DirectoryIndex index.html
ErrorDocument 404 http://www.armynavyshop.com/mm5/merc...vc?Screen=NTFD
RewriteEngine On
RewriteCond %{http_host} !^www\.armynavyshop\.com [NC]
RewriteRule ^(.*) http://www.armynavyshop.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html
RewriteRule ^index\.html$ http://www.armynavyshop.com [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.htm
RewriteRule ^index\.htm$ http://www.armynavyshop.com [R=301,L]
RewriteRule ^prods/rc10451.html$ http://www.armynavyshop.com/index.html [R=410,L]
RewriteRule ^mm5/$ http://www.armynavyshop.com [R=301,L]
RewriteRule ^09-camping-surival-hunting.html$ http://www.armynavyshop.com/category...l-Hunting.html [R=301,L]
RewriteRule ^01-clothing-army-navy.html$ http://www.armynavyshop.com/category...-clothing.html [R=301,L]
RewriteRule ^clothing.html$ http://www.armynavyshop.com/category...-clothing.html [R=301,L]
RewriteRule ^Clothing.html$ http://www.armynavyshop.com/category...-clothing.html [R=301,L]
RewriteRule ^03-footwear-army-navy.html$ http://www.armynavyshop.com/category...ary-Boots.html [R=301,L]
RewriteRule ^bdu-pants.html$ http://www.armynavyshop.com/category/BDU-Pants.html [R=301,L]
RewriteRule ^clearance.html$ http://www.armynavyshop.com/category/army-surplus.html [R=301,L]
RewriteRule ^Clearance.html$ http://www.armynavyshop.com/category/army-surplus.html [R=301,L]
RewriteRule ^Merchant2(.*) http://www.armynavyshop.com/mm5/$1 [R=301,L]
RewriteRule index.htm$ http://www.armynavyshop.com//index.html [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^([^/.]+).html$ /category/$1.html [QSA,L]
### Begin - Inserted by Miva Merchant
DirectoryIndex /mm5/merchant.mvc
RewriteEngine On
RewriteRule ^mm5/admin.mvc? - [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^prods/([^/.]+).html$ /mm5/merchant.mvc?Screen=PROD&Product_code=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^category/([^/.]+).html$ /mm5/merchant.mvc?Screen=CTGY&Category_code=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^([^/]+)/([^/.]+).html$ /mm5/merchant.mvc?Screen=PROD&Category_code=$1&Product_ code=$2 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^([^/.]+).html$ /mm5/merchant.mvc?Screen=$1 [QSA,L]
### End - Inserted by Miva Merchant
The site is armynavyshop.com Here is a copy of the present htaccess page:
I'm not sure what most of the stuff in it is or if it is hurting the site - if there are any htaccess guys out there, I sure would appreciate some advice. I'm not sure if something needs to be changed, but I know something ain't right when I type into the address bar http://armynavyshop.com/sfnt.html and it comes up not found....
#Gzip
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</ifmodule>
#End Gzip
<filesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$" >
Header set Expires "access plus 6 months"
</filesMatch>
DirectoryIndex index.html
ErrorDocument 404 http://www.armynavyshop.com/mm5/merc...vc?Screen=NTFD
RewriteEngine On
RewriteCond %{http_host} !^www\.armynavyshop\.com [NC]
RewriteRule ^(.*) http://www.armynavyshop.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html
RewriteRule ^index\.html$ http://www.armynavyshop.com [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.htm
RewriteRule ^index\.htm$ http://www.armynavyshop.com [R=301,L]
RewriteRule ^prods/rc10451.html$ http://www.armynavyshop.com/index.html [R=410,L]
RewriteRule ^mm5/$ http://www.armynavyshop.com [R=301,L]
RewriteRule ^09-camping-surival-hunting.html$ http://www.armynavyshop.com/category...l-Hunting.html [R=301,L]
RewriteRule ^01-clothing-army-navy.html$ http://www.armynavyshop.com/category...-clothing.html [R=301,L]
RewriteRule ^clothing.html$ http://www.armynavyshop.com/category...-clothing.html [R=301,L]
RewriteRule ^Clothing.html$ http://www.armynavyshop.com/category...-clothing.html [R=301,L]
RewriteRule ^03-footwear-army-navy.html$ http://www.armynavyshop.com/category...ary-Boots.html [R=301,L]
RewriteRule ^bdu-pants.html$ http://www.armynavyshop.com/category/BDU-Pants.html [R=301,L]
RewriteRule ^clearance.html$ http://www.armynavyshop.com/category/army-surplus.html [R=301,L]
RewriteRule ^Clearance.html$ http://www.armynavyshop.com/category/army-surplus.html [R=301,L]
RewriteRule ^Merchant2(.*) http://www.armynavyshop.com/mm5/$1 [R=301,L]
RewriteRule index.htm$ http://www.armynavyshop.com//index.html [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^([^/.]+).html$ /category/$1.html [QSA,L]
### Begin - Inserted by Miva Merchant
DirectoryIndex /mm5/merchant.mvc
RewriteEngine On
RewriteRule ^mm5/admin.mvc? - [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^prods/([^/.]+).html$ /mm5/merchant.mvc?Screen=PROD&Product_code=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^category/([^/.]+).html$ /mm5/merchant.mvc?Screen=CTGY&Category_code=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^([^/]+)/([^/.]+).html$ /mm5/merchant.mvc?Screen=PROD&Category_code=$1&Product_ code=$2 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^([^/.]+).html$ /mm5/merchant.mvc?Screen=$1 [QSA,L]
### End - Inserted by Miva Merchant
Comment