vBulletin Search Engine Optimization
This is a discussion on sitemap generator works, file is there, but cannot acces it within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; ok i have had problems in the past with url rewrites so i am thinking this is causing my current ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| sitemap generator works, file is there, but cannot acces it
ok i have had problems in the past with url rewrites so i am thinking this is causing my current problem. The sitemap generator runs and creates the file. I can see it when i browse my server. it has the proper permissions, but the link will not access it http://www.inavid.com/vbseo_sitemap/data/sitemap_index.xml.gz it is there here is the httpd.ini contents: [ISAPI_Rewrite] # Defend your computer from some worm attacks RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O] # When hosting multiple sites on the same server, it is # recommended to limit the rewrite rules to the domain(s) # where vBSEO is installed. Enable (remove '#' at the beginning # to activate) the following rule and replace 'yourdomain.com' # with your actual installation domain name. #RewriteCond Host: .*inavid.com RewriteCond URL ^/(?!attachments|iconimages).* RewriteRule ^([^\?]*\.(?:flv|gif|swf.*|jpg|png|css|xml|js|htm|txt|zip )(?:\?(.*))?)$ $1 [I,L] ##RewriteCond Host: .*inavid.com RewriteRule ^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] #RewriteCond Host: .*inavid.com RewriteCond URL ^/(?!admincp/|modcp/|menu/|inc/|clientscript/|cpstyles/|images/|videos/|flash/|exchange/|search\.php).* RewriteRule ^/(.+?)(?:\?(.*))?$ /vbseo.php?vbseourl=$1(?2&$2) [L] Anyone see anything that would cause it not to let that file open? |
|
#3
| |||
| |||
| ok
so do i need to put the sitemap file in that location or thats the redirected automaticaly? cause the file gets created in the data folder to my knowledge
|
|
#5
| |||
| |||
| response
now just by looking at the link you sent me it looks as though we are not generating a sitemap? is that correct? i see no files indexed yet when i run the generator there are 500+ something links or urls.? what could that be from? any ideas? this is the final lines from the sitemap generator: [SECTION START] showthread [5,870.0Kb mem used] [0s (+0s)] [create sitemap file] filename: sitemap_1.xml.gz, number of urls: 517 [5,770.9Kb mem used] [0s (+0s)] [create sitemap in text format] part #1 [5,771.0Kb mem used] [0s (+0s)] [create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 1 [5,769.2Kb mem used] [0s (+0s)] |
|
#6
| ||||
| ||||
|
sitemap_index POINTS google to sitemap_X.xml.gz where X is the number of sitemaps you have. sitemaps are limited to 20,000 URLs. after 20k is reached, sitemap_2 and so on get created. your sitemap is there Code: sitemapindex xsi:schemaLocation=" http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/09/siteindex.xsd">
−
<sitemap>
−
<loc>
http://www.inavid.com/vbseo_sitemap/data/sitemap_1.xml.gz
</loc>
<lastmod>2007-08-21T13:55:56+00:00</lastmod>
</sitemap>
</sitemapindex>
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Making full site backups | FightRice | Member Articles | 17 | 01-05-2008 08:32 PM |
| vBSEO Sitemap Generator 2.0 Released | Juan Muriente | vBSEO Announcements | 18 | 12-11-2007 02:44 PM |
| Problem with the sitemap file | Toocool | Troubleshooting | 3 | 01-29-2006 05:33 PM |
| vBSEO Google/Yahoo Sitemap Generator for vBulletin 3.6.x, vBulletin 3.5.x & vBulletin 3.0.x | Joe Ward | General Discussion | 0 | 12-17-2005 02:11 PM |