Tuesday, 3 September 2013

Redirection rule issue

Redirection rule issue

I am looking for an htacess rules
My aim is to create redirection rule
externalAAA?para1=1&para2=2
is redirected to
/abc/bcde/aa.php?para1=1&para2=2
I tried rule buts is not working (i.e its redirecting but parameters are
not getting passed)
externalAAA?(.*) /abc/bcde/aa.php?$1

No comments:

Post a Comment