linux - Write Apache Redirect Rule? -


how write apache redirect rule in apache

http://www.example.com/8484/sdsdsd or http://www.example.com/8484/test

should redirect www.example.com

like this:

rewriteengine on rewriterule ^/8484/(.*)$ http://www.example.com [r,l] 

the rewriteengine on needed once per virtualhost in order activate redirections


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -