Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Found a solution
It is necessary to create and register in .htaccess
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
And support should be mode_rewrite
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question