Quantcast
Channel: ExeOutput for PHP - G.D.G. Software Forum
Viewing all articles
Browse latest Browse all 1024

Problem with navigation

$
0
0

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 -Indexes

RewriteEngine 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 :disappointed_relieved: help me how I fix that.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 1024

Latest Images

Trending Articles



Latest Images