I work with my db with following .htaccess conf: Options All -Indexes
RewriteEngine On
RewriteRule ^([-a-zA-Z0-9]+)$ index.php?route=$1
When I upload to online server the navigation not works shows 404 not found and work well.
Options All -IndexesRewriteEngine On
Redirect Trailing Slashes…
RewriteRule ^([-a-zA-Z0-9]+)$ index.php?route=$1
Handle Front Controller…
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
Now I change to EXE but when I click on navigation it pops up save dialog box help me how I fix that.
1 post - 1 participant