redirect www.mysite.com to mysite.com/cms
redirect www.mysite.com to mysite.com/cms
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
Hello,
see http://nodaddy.com/
and please read the Apache Manual about redirections (redirect, .htaccess, etc).
This is not CMSms related.
Pierre M.
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
Another simple trick would be to place nothing in a page but this meta refresh tag:
Place that in your index.html or index.php page and your golden 
Code: Select all
<meta http-equiv="refresh" content="0;url=http://cmsmadesimple.org" />
