Saturday, 14 September 2013

Deep URL redirection in Apache

Deep URL redirection in Apache

Can someone help me?
I am trying to do URL redirection like this using Apache on centos:
vvv.example1.com/page.jsp
to display the content of the page
vvv.example.com/page.jsp
and all of the links in the page http://www.example1.com/page.jsp
like:
http://vvv.example.com/somepage.jsp>
to be rewritten or redirected to
http://vvv.example1.com/somepage.jsp>.
Can someone tell me step by step all the things I need to do, what to
change, because I'm a begginer in Apache configuration.
Thanks

No comments:

Post a Comment