url rewriting - How to include Plus sign in mod rewrite. I need + sign in rewritten url -


i need use + character in url. i'm using apache php.

([a-za-z0-9/_%-@\+]*) doesn't work.

what need www.domain.com/c++/ => index.php?category=c++

any appreciated.

if url encoded, need escape + because "+" in url encoded equal space.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -