Well now i did as you said.... but now when i submit sitemap url in google webmasters tool
i.e.
http://www.mysitename.com/sitemap_index.xml.gz
its accepting the sitemap but after downloading that sitemap its saying there are errors which is robots.txt unreachable.
Error :
Code:
Network unreachable: robots.txt unreachable
We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit.
My robots.txt is chmod 777 and contains following :
Code:
User-agent: *
Sitemap: http://www.mysitename.com/vbseo_sitemap/data/sitemap_index.xml.gz
Sitemap: http://www.mysitename.com/vbseo_sitemap/data/urllist.txt.gz
Disallow: /calendar.php
Disallow: /editpost.php
Disallow: /member.php
Disallow: /memberlist.php
Disallow: /misc.php
Disallow: /newreply.php
Disallow: /newthread.php
Disallow: /printthread.php
Disallow: /private.php
Disallow: /register.php
Disallow: /report.php
Disallow: /search.php
Disallow: /showgroups.php
Disallow: /usercp.php
Disallow: /impressum.php
Disallow: /admincp/
Disallow: /modcp/
Disallow: /online.php
Disallow: /subscription.php
Disallow: /sendtofriend.php
Disallow: /threadrate.php
Disallow: /poll.php
Disallow: /attachment.php
Disallow: /avatar.php
Disallow: /faq.php
Disallow: /usercp.php
Disallow: /profile.php
please help man... where i'm missing??