Hi ppl
I am new here, and I have some urgent problem about some warnings in Google webmaster tools
Look at the photo
<img src="http://i38.tinypic.com/11uxkbr.png" />
I really dont know why, and what is problem with my sitemap.
Main .htaccess file is :
<br />
<IfModule mod_rewrite.c><br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
</IfModule><br />
I use Google XML Sitemaps (3.1.0.1) plugin and unitl now it have worked properly fine.
Robots.txt is
User-Agent: *<br />
Allow: /</p>
<p>Please help me about this.<br />
How can I fix this problem?