Hi I got the same problem as QuickInks.
I need to protect a folder located in my admin folder with .htaccess and .htpasswd
The following lines cause the problem too:
Code:
RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]
If I comment them everything works fine.
I tried to add RewriteEngine Off to the .htaccess located in the folder that I want to protect but it doesn't change anything, I still have a 404 error.
Any idea?
Zen cart version: 1.3.8
SSU version: ssu_beta_3.6.6(php5)