Quote:
Originally Posted by Chuta
Hello,
Please make sure that 'data/' folder has set permissions to 777. Also please be sure that you have the following structure in your .htaccess file:
Code:
RewriteEngine On
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Perhaps you are missing the ' RewriteEngine On' line.
As both Brian and me stated above, this is for security purposes. Nobody needs to access to that URL via web browser.
Make sure you are sending the correct sitemap index URL. Also you may want to be interested on reading this:
https://vborg.vbsupport.ru/showpost....&postcount=137
|
All done, but still the same thing, i edited the .htaccess in the data folder and set the folder to 777, should i also recurse in sub directories too?, I uploaded everything the htaccess folder into root, includes and vbseo_sitemap folder, everything is working fine, apart from the sitemap links showing me a 404 error.