Page 1 of 1
redirect www.mysite.com to mysite.com/cms
Posted: Thu Dec 13, 2007 1:54 pm
by andyg
In simple terms how do i do this i have tried doing it at my hosting site(godaddy) but it won't work and support is not good!
Re: redirect www.mysite.com to mysite.com/cms
Posted: Thu Dec 13, 2007 6:17 pm
by Pierre M.
Hello,
see
http://nodaddy.com/
and please read the Apache Manual about redirections (redirect, .htaccess, etc).
This is not CMSms related.
Pierre M.
Re: redirect www.mysite.com to mysite.com/cms
Posted: Fri Dec 14, 2007 1:16 am
by Jack @ PharSide
Another simple trick would be to place nothing in a page but this meta refresh tag:
Code: Select all
<meta http-equiv="refresh" content="0;url=http://cmsmadesimple.org" />
Place that in your index.html or index.php page and your golden
