06-07-2011, 06:19 PM
Hi,
You can redirect your sub domain to new site, page etc through .htaccess.
Redirect whole site to new site(You can use this on sub-domain or main site,etc..)
Redirect whole site to a page..
You can redirect your sub domain to new site, page etc through .htaccess.
Redirect whole site to new site(You can use this on sub-domain or main site,etc..)
PHP Code:
Redirect 301 / http://www.example.com/
Redirect whole site to a page..
PHP Code:
Redirect 301 / http://www.example.com/page.php