Forum Moderators: phranque
Currently abc.com and xyz.info point to the root directory.
I searched the forum and got this.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?xyz\.info [NC]
RewriteRule!^info/.*$ /info%{REQUEST_URI} [L]
When i uploaded the .htaccess and opened xyz.info it gives an internal server error. abc.com works fine though.
Btw does godaddy's economy hosting support this feature, if no then there is no point left.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?xyz\.info [NC]
RewriteRule !^info/.*$ /info%{REQUEST_URI} [L]
Jim