Hi all,
I have a site with a subdomain say www.foo.com with abc.foo.com as a subdomain. When accessing the subdomain it would take ages to load. I then checked and disabled .htaccess in the root and then it seems to load quite quickly.
All i have in my .htaccess is,
ErrorDocument 403 /error-docs/403.shtml
ErrorDocument 404 /error-docs/404.shtml
Can you see anything strange about that might cause to load slowly please. Some help would be nice. Thanks