Subdomain pointing to wrong Doc Root?
i've created a subdomain in cpanel i works are http://beta.domain.com and i see /home/domain/public_html/beta at the ftp but when i do a $_SERVER['DOCUMENT_ROOT'] check it shows /home/domain/public_html/this is what should happen:
beta.domain.com so it work as separate website...
$_SERVER['DOCUMENT_ROOT'] for beta.domain.com should return /home/domain/public_html/beta what do i need to do to make that happen?