Hello,
I was just installing Sitemap tonight and got to the "add this line to your forumroot/.htaccess file" when I noticed my .htaccess file already had a sitemap line in it:
But that line isn't the same as the line I was told in the readme.htm to add to the .htaccess file, which was this:Code:RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Just for giggles, I decided to compare them all with the line already included in the package's .htaccess file:Code:RewriteRule ^(sitemap.*\.(xml\.gz|txt))$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Now I'm really confused. Just so you can all see more clearly, here is all three lines together:Code:RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Which one is the one I should be using, or maybe I have to customize it a little for my particular situation.Code:RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteRule ^(sitemap.*\.(xml\.gz|txt))$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
I have my forums located in thefloorpro.com/community, but I have content (I hope a LOT of content soon) in my domain root and several other sub-directories (thefloorpro/articles, thefloorpro/reviews, thefloorpro/how-to, etcetera). I want the sitemap to map all of the site, not just the forums. I noticed in another thread that it is suggested that another line similar to one of these should be added to the domain root's .htaccess file and to add community/ to the path (or forum/ - whatever the name of your forum directory).
What line do I put in my forumroot/.htaccess and what line should I put, if any, in my domainroot/.htaccess? Some guidance here would be appreciated. Thank you.



LinkBack URL
About LinkBacks





Reply With Quote
