Kod
RewriteRule ^szukaj/(.*)/([0-9]*)$ /index.php?controller=solr&action=show&q=$1&page=$2 [L]
Dzisiaj zauważyłem, że nie działają mi linki, które mają w sobie znak procenta, np.:
example.pl/szukaj/22%/
serwer daje odpowiedź:
Kod
400 Bad Request
Your browser sent a request that this server could not understand.
Your browser sent a request that this server could not understand.
Pytanie jest takie, czy mogę coś zmienić w htaccess, żeby to żądanie docierało do php? Czy może coś z ustawieniami serwera?