How to redirect the main domain to a sub-domain
admin | Jun 18, 2009 | Comments 0
To redirect a domain to its own sub-folder,
use the following code in your .htaccess file :
RewriteEngine On
RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^present site.com/$ [NC,OR]
RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^www.present site.com/$ [NC]
RewriteRule ^(.*)$ http://www.present site.com/sub-folder/$1 [r=301,nc]
Filed Under: Quick fixes • Technical
About the Author: InstaCarma is a provider of Enterprise Class Solutions for the Hosting Industry

1800 810 6547