Hi Yellow

I have reviewed my .htaccess file that is in the directory /Store. The file is as follows:

#### BOF SSU
Options +FollowSymLinks -MultiViews

RewriteEngine On

RewriteBase /Store/

# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]

#### EOF SSU


I hope you could help me out with this problem. I still having the same problem.

Regards