Quote:
Originally Posted by bosanci28
i check few times in root directory but there was nothing there,after about 3 times i have clicked to generate manually , i did not used any cron job.
and in that box i did put my forum link http://www.wsogroupbuy.com
now in root .htaccess i have this:
Code:
RewriteEngine on
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{HTTP_HOST} ^wsogroupbuy\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.wsogroupbuy\.com$
RewriteRule ^/?$ "http\:\/\/wsogroupbuy\.com\/forum\.php" [R=301,L]
maybe i need to take this : /forum\ out from there?
all forum files are directly in root.
thank you,
|
I tried to test the sitemap on your site but it appears your site is not live currently.
The only line in your htaccess that has to do with the vBSEO Sitemap is this one:
Code:
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
and it appears correct.
Edit:
Your site has some major speed problems and I believe it may at least be partially related to this line in your .htaccess:
Code:
RewriteRule ^/?$ "http\:\/\/wsogroupbuy\.com\/forum\.php" [R=301,L]
What are you actually trying to do? Route it so that anyone that goes to
www.wsogroupbuy.com gets sent to
www.wsogroupbuy.com/forum.php?