yes Oleg, but that sitemap file was created by me and not by you ...
This is a discussion on vBSEO Sitemap Generator 2.2 Released within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; yes Oleg, but that sitemap file was created by me and not by you ......
yes Oleg, but that sitemap file was created by me and not by you ...
Do you mean that you manually moved it from data/ folder? There is no need to do that - since you have a special rewrite rule in .htaccess you can keep the file in data/ folder, but access it as board/sitemap_index.xml.gz.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
no i mean that i've created a new sitema files manually by myself and i put it into the main folder ...
yours is located into the correct directory, but if i set it into my google panel i've 403 error ... so it doesn't run ...
Please remove or rename sitemap_index.xml.gz you have manually created and make sure that you have vBSEO .htaccess file in forums folder.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
this is my .htaccess file into my vB-root
i've renamed my sitemap file ... but your sitemap doesn't works ...PHP Code:# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.fniv\.it
#RewriteRule (.*) http://www.fniv.it/board/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
Hello Christian ,
The .htaccess inside vbseo_sitemap/data folder should stay and you should not move any sitemap files out of that folder. vBSEO .htaccess has a built in redirect code so all sitemap requests will be directed to the designated folder.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
yes Mert i've solved that trouble: i've simply changed the settings inside that file, before was 'deny to all' ...
but now i've a trouble with the tool 'run sitemap generator' ...
You should NOT change the content of the .htaccess file that is located inside vbseo_sitemap/data folder.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Mert, if i leave the 'deny from all' i can access to those sitemap files ...
i've these .htaccess files:
1) domail root ---> DirectoryIndex index.html
2) vb-forum root --->
3) vb_seo sitemap folder ---> DirectoryIndex index.php index.htmlPHP Code:# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.fniv\.it
#RewriteRule (.*) http://www.fniv.it/board/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
4) data folder ---> if i leave 'deny from all' it doesn't run ... but if i put directory index it runs ...
The .htaccess prevents anyone to browse vbseo_sitemap/data folder directly as the system is designed to work like that. The sitemap link you need to use is4) data folder ---> if i leave 'deny from all' it doesn't run ... but if i put directory index it runs .
Code:http://www.domain.com/sitemap_index.xml.gz
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
i don't understand this thing, cause i haven't any sitemap file into my vb-root ... so i should move your sitemap file from the subfolder into the main?
No , you shouldnt move any file to root.
You have an .htaccess rule , it takes care of the redirect.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Looks like you have "Sitemap Files URL" option set to:
Please empty that setting and regenerate sitemap.Code:http://www.fniv.it/board/vbseo_sitemap/data/
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!