mod_rewriteRule for 2 variables????
Posted: Wed Mar 15, 2006 6:08 am
Hi,
A problem is there when two variable are being populated.
like.
<a href="abc.php?a=1&b=2">click here</a>
how will we use these two variable on the next page.
With one variable, this is rewrite rule.
RewriteRule ^xyz([^/\.]+)/?$ abc.php?stock_no=$1
so, for two variables what will be rewrite variable.
thanks.
A problem is there when two variable are being populated.
like.
<a href="abc.php?a=1&b=2">click here</a>
how will we use these two variable on the next page.
With one variable, this is rewrite rule.
RewriteRule ^xyz([^/\.]+)/?$ abc.php?stock_no=$1
so, for two variables what will be rewrite variable.
thanks.