
Originally Posted by
YZ250
Jet true I am playing with .htaccess thing to address that issue and when I upload a .htaccess file to the server it disappears, but makes changes. Have you ever heard of that?
I.E I found a .htaccess file in the includes folder of zencart on my local machine. It wasnt visible on the server (apache2), so I uploaded it and my whole site stopped working. I checked out the file, and it had some code in there which prevented .php files from running. So I replaced that code with your code, saved it, uploaded it and my site started working again...yet the .htaccess file still isnt visible on my server. What is the deal there?
Also, because my store sits one file deep in my zencart do I have to modify your code thusly...
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.sgtpepper.com.au/store$ [NC]
RewriteRule ^(.*)$ http://sgtpepper.com.au/store/$1 [R=301,L]
Or do I not need to put store at the end?