.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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -