Apache redirect rule from url to querystring
- by Shashi Bhushan
I am not able to write rewriterule for this pattern
RewriteRule ^/search/([^/]*) /search?q=$1
when i try, it give following error:
The requested resource (/search/shashi) is not available.
Means, the httpd is not able to rewrite the rule.
I don't know where i am wrong.
Please suggest.