.htaccess - How to rewrite urls in apache with parameters generated on th fly -
i didn't quite understand how rewriterule in apache. have particular url: http://asdf01:9999/type=msg&people=alpha&ms=beta
alpha person send message , beta message itself. how write rule in .htaccess file?
rewriterule ^msgsend(.*) http://asdf01:9999/type=msg&people=alpha&ms=beta$1 [p] please can me out
Comments
Post a Comment