mod_rewrite append querystring?
Posted: Tue Dec 15, 2009 11:31 am
Hi all,
i have this rule, however, i need to append the querystring after locationName i can't seem to work it out.
any help greatly appreciated.
apologies if this is in the wrong forum as I couldn't find SERVER/APACHE etc.
RewriteRule ^(.*)/search.aspx$ search.php?locationName=$1 [L]
i have this rule, however, i need to append the querystring after locationName i can't seem to work it out.
any help greatly appreciated.
apologies if this is in the wrong forum as I couldn't find SERVER/APACHE etc.
RewriteRule ^(.*)/search.aspx$ search.php?locationName=$1 [L]