People I have been working for days in this and I,m no able to make it work.
I,m trying to do a RewriteRule in my apache server but is not working.
if i use a simple url like this it works perfect.
RewriteEngine On RewriteRule ^(/.php/m/) htp://www.index.php but if i use a complex url dont work , something like this:
RewriteEngine On RewriteRule ^(/index.php?option=com_rsform&Itemid=8&lang=en) htp://www.index.php does some body know why apache is not understanding this url what i,m missing
index.php?option=com_rsform&Itemid=8&lang=en
?(replace it with\?). It has a special meaning when used in a regular expression, as you're doing.RewriteCondexpression using %{QUERY_STRING} though.