S
S
smoky-jo2019-10-14 19:25:32
htaccess
smoky-jo, 2019-10-14 19:25:32

How to make space in htaccess link?

hello, please tell me how to make a space in htaccess in the link?
there is this rule

RewriteRule ^jar /search/?country=Ярославская%20область&region=ярославль [nc,qsa]

but in my script, instead of a space, 0 appears, is it possible to somehow pass a space to the script?
instead of %20 I tried just a space, error 443 immediately

Answer the question

In order to leave comments, you need to log in

1 answer(s)
2
2bllk, 2019-10-14
@2bllk

Third link on google.
Solution: escape the space with a slash

RewriteRule ^jar /search/?country=Ярославская\ область&region=ярославль [nc,qsa]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question