hi My Problem is I created a Subdomain But its not Opening.. for Example when i type http://webmaster.firstpk.com its not working But when i type http://webmaster.firstpk.com/index.html its working fine All the webpages are css/html there is no .htaccess in root or Subdirectory Please any Expert Solve my Problem?
I don't know what Operating System you are using but if it was an IIS (Windows) web site this would be caused by not having any default documents for the site. You might want to contact your host and ask them about this if you can't control this through a Control Panel.
Thank you its working.. But Only Main Page Working Subdirectory not Open Check http://webmaster.firstpk.com And Then Check http://webmaster.firstpk.com/pagerank/
It may take a while for the domain to update in DNS. Please wait 1 day. If it doesn't work, make sure you actually created it by querying only name server for this record!
It is the same problem. You have not specified default page hence you are getting forbidden error. Just create .htaccess file and add DirectoryIndex as mentioned by Bohra in previous post. Kailash