New Zenner
- Join Date:
- May 2015
- Posts:
- 4
- Plugin Contributions:
- 0
HTACCESS Infinate Loop blocking upgrade - URGENT HELP NEEDED
Hi, newbie here. My client has version 1.3.8a running in a subdirectory (/zencart) but it now requires a new design which i have been brought in to do on the latest ZC version.
I've never worked with ZC and the previous designer just left it untouched for years. He has two identical .htaccess files - one in root and one in /zencart. When i install the latest ZC version in the new subfolder (/zencart2) and run the install i get an infinate loop preventing me from installing in that folder.
The htaccess contents are here:
AddHandler x-mapp-php4 .php
RewriteEngine On
RewriteCond %{HTTP_HOST} ^.THECLIENTSWEBSITE.co.uk$ [NC]
RewriteRule ^(.)$ http://THECLIENTSWEBSITE.co.uk/zencart$1 [R=301,L]
AddType text/x-component .htc
can anyone help me get around this so i can run an install? Thanks guys.