Now displayed like this
index.php?all-city=51 I want it to be like this
index.php/city/51 Do so
AddDefaultCharset UTF-8 RewriteEngine On RewriteRule ^(.*)/$ index.php?all-city=$1[L] And does not work
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [L,QSA] The idea should help
Options +FollowSymlinks . - Raz Galstyan.htaccess file in question - Raz GalstyanSource: https://ru.stackoverflow.com/questions/694103/
All Articles