Answer the question
In order to leave comments, you need to log in
How to trim REQUEST_URI via .htaccess ending with =?
How to truncate a URI like this
localhost/about/?= to localhost/about
That's a specific case. When uri ends with ?=
So that the condition for: localhost/about/? localhost/about/= localhost/about/?asd= localhost/about/?=asd localhost/about/?asd=fsd
Should have worked in theory RewriteCond %{REQUEST_URI} ?=$
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question