Answer the question
In order to leave comments, you need to log in
CNC on the technical domain. How to solve the problem?
There is a rewrite:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^script/([a-z]*)/([a-z]*)?$ script.php?catalog=$1&page=$2 [QSA]
Answer the question
In order to leave comments, you need to log in
This is very strange, I just renamed the physical file to a different name and the access also indicated another one and it began to work ... Changed it back to "script" - it does not plow
([a-z]*) - значить може бути, а може і ні, попробуйте ([a-z]+) тобто від 1 символа
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question