Answer the question
In order to leave comments, you need to log in
Why is the GET request not working?
Good time of the day. There is an authorization page.
Changed her address to a shorter one in .htaccess
RewriteRule ^login$ login.php [L]
RewriteRule ^login\?zapros=+([a-zA-Z0-9]+)$ login.php?zapros=$1 [L]
site.ru/login?zapros=123
RewriteRule ^login$ login.php [L]
RewriteRule ^login&zapros=+([a-zA-Z0-9]+)$ login.php?zapros=$1 [L]
site.ru/login&zapros=123
Answer the question
In order to leave comments, you need to log in
What's the point?
It is possible that a QSA needs to be added to the RewriteRule, i.e.RewriteRule ^login$ login.php [L,QSA]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question