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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -