Forum Moderators: phranque
Any ideas as to what may be happening?
As always, thanks in advance for your replies ...
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} subdomain.mysite.com
RewriteCond %{REQUEST_URI}!subfolder/
RewriteRule ^(.*)$ subfolder/$1 [L]
where subdomain is the subdomain name, and subfolder is the name of the subdomain root folder (always the same as subdomain name) ...