URL forwarding

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: URL forwarding

Post 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
Pierre M.

Re: URL forwarding

Post 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.
Post Reply

Return to “CMSMS Core”