# Uncomment this to ensure that register_globals is Off #php_flag register_globals Off # URL Alias - see install.txt RewriteEngine On # Uncomment this if your URL is not directly related to the physical file paths. #RewriteBase /shop/ #OPENCART REWRITES START RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php [L,QSA] #OPENCART REWRITES END