Forum Moderators: phranque

Message Too Old, No Replies

redirect to a new URL

         

ardian08

3:24 pm on Oct 17, 2005 (gmt 0)

10+ Year Member



Hi, there!
I'm using Apache2 and now I have a problem redirecting a page with a new URL
When someone type www.adress.com/page
I want them to go to a secure page
[newpage.com...]
This one work with apache1.3
Thank you

ardian08

3:40 pm on Oct 17, 2005 (gmt 0)

10+ Year Member




I'm using Apache2 and now I have a problem redirecting a page with a new URL
When someone type www.adress.com/page

I want them to go to a secure page
[newpage.com...]

I'm using this commande line in page.htm
<META http-equiv="refresh" content="0;
URL=https://newpage.com/page1">

It goes to newpage but it doesn't change the
URL to a new [newpage.com...]

This one work with apache1.3

Thank you