Zen Follower
- Join Date:
- Mar 2009
- Location:
- Crockett, Texas
- Posts:
- 139
- Plugin Contributions:
- 0
SitemapXML v.2
Hi...I am looking to install this mod on my 1.3.9 Zen Cart and was wondering about the .htaccess file. I did not see my answer in the forum. If you could please help it would be much appreciated.
In your read me file, you have instructed the following:
- For Zen-Cart version 1.3.9f and earlier. Edit file includes/.htaccess:
Find
<FilesMatch "..(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$">
Replace by
<FilesMatch "..(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">
However, I am not sure where to add this to my .htacces file as there is nothing similar in mine. Here is how my file reads:
RewriteEngine on
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 120.28.222.132
deny from 120.28.213.61
deny from 120.28.206.148
deny from 120.28.211.158
deny from 120.28.240.142
deny from 203.177.74.138
deny from 117.41.184.199
RewriteCond %{HTTP_HOST} ^allclipart.info$ [OR]
RewriteCond %{HTTP_HOST} ^www.allclipart.info$
RewriteRule ^/?$ "http://www.allclipart.info/shop" [R=301,L]
RewriteCond %{HTTP_HOST} ^allclipart.info$ [OR]
RewriteCond %{HTTP_HOST} ^www.allclipart.info$
RewriteRule ^store$ "http://www.allclipart.info/shop" [R=301,L]
deny from 112.201.138.213
If you could explain where I might add this piece of code that would be a huge help. Also, is this mod compatible with Ultimate SEO?
Thanks...