Quote:
Originally Posted by joeychgo
http://www.lincolnvscadillac.com/forum/forum.php
I have an htaccess in the domain root, but not the forum directory, so I would be creating one.
Its important to note again. The htaccess in the domain root has redirects in it. The site used to be in the domain root, now its in the /forum/ directory, and those redirects are 301s to bring things from the old structure to the new.
I suspect that's the problem.
|
You are correct it is probably related to the root .htaccess redirects.
Try these two options (separately):
1) Try adding: "RewriteBase /forum" above the RewriteRule in your forum .htaccess
2. Try adding this above all your redirect rules in your website root: RewriteRule ^
forum/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$
forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]