Page 1 of 1

Re: URL forwarding

Posted: Thu Oct 18, 2007 8:27 pm
by RonnyK
Sven,

you can just put an index.php file in the root of the old domain, with:











You could also change the pause, first in CONTENT=", if you want to tell the viewers you're sending them to a new page.

Ronny

Re: URL forwarding

Posted: Wed Oct 24, 2007 9:57 pm
by Pierre M.
Tell the web your pages have moved with your webserver :

Code: Select all

RedirectMatch permanent ^/(.*)$ http://www.anotherserver.net/$1
Pierre M.