Answer the question
In order to leave comments, you need to log in
Pretty URL problem, how to fix?
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ index.php?action=$1 [QSA,L]
Answer the question
In order to leave comments, you need to log in
RewriteCond %{QUERY_STRING} (^|&)action\=cabinet($|&)
RewriteCond %{QUERY_STRING} (^|&)userId\=4($|&)
RewriteRule ^index\.php$ /userId/4? [L,R=301]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question