View Single Post
  #3  
Old 03-04-2011, 01:42 PM
IrPr IrPr is offline
Senior Member
 
Join Date: Jul 2008
Posts: 147
Are you sure that its implemented in Apache?

Lets assume that there is domain.tld VH which contains this rewrites:
Code:
RewriteCond %{HTTP_HOST} !^www\.domain\.tld
RewriteRule (.*) http://www.domain.tld/$1
Which forces to www links with redirection

Well, therefore any subdomains such as w00t.domain.tld get redirected into www.domain.tld
Also all RewriteRules inherits in deeper subdomain levels

For example if its a vBulletin with VBSEO rewrites all php links into vbseo.php which doesn't exists in subdomains and leads to 404 not found for all php files

George, i think its wrong feature and would be reverted

Last edited by IrPr; 03-04-2011 at 01:45 PM..
Reply With Quote