Redirection rule issue
I am looking for an htacess rules
My aim is to create redirection rule
externalAAA?para1=1¶2=2
is redirected to
/abc/bcde/aa.php?para1=1¶2=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