well. may error is onto google webmaster page.
explain.
After change this exactlly content onto /vbseo_sitemap/index.php
Code:
}
$dllist = array_values($dllist);
$pf = fopen(VBSEO_SM_DLDAT, 'w');
fwrite($pf, serialize($dllist));
fclose($pf);
$_GET['dlist'] = true;
}
my trouble with fopen error is finish.
my sitemap is correct onto my site root. I can access and down.
My error is onto google site.
/
sitemap_index.xml.gz is valid sitemap entry.
but the /sitemap_1.xml.gz is no accessible to google webmaster tolls site.
how to solve this ???
Any idea???