Zen Cart Logo
Forums / Installing on a Linux/Unix Server / .htaccess causing install error 1.3.0.2

.htaccess causing install error 1.3.0.2

Locked

Views: 2,662

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
13 Jul 2006, 11:55 AM
#1
gonsman avatar

gonsman

New Zenner

Join Date:
Oct 2005
Posts:
35
Plugin Contributions:
1

.htaccess causing install error 1.3.0.2

I just tried to install Zen-Cart 1.3.0.2 on my linux server and received a 500 server error after being redirected to the zc_install directory. I noticed that there was an .htaccess file for this folder with the following:

<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>

After I commented this out, the page loaded fine. This appears to be an install bug so I wanted to let others know that might have the problem also. This error does not occur for 1.3.0.0.

13 Jul 2006, 5:03 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: .htaccess causing install error 1.3.0.2

This is a result of your host having installed mod_security but disallowing you the opportunity to disable it.

Sadly, there appears to be no way to detect potential conflicts with this, so if you encounter difficulties, you can remove the file or comment-out those lines.