Hello,
I've been using Nginx for awhile now and have had this issue. My workaround has been to simply switch off vBSEO when I need to move posts or merge threads and then switch it back on. This is obviously not a good long term solution.
I am using the following rewrites as per howto for nginx :location /forums/ {When I attempt to move a post from one thread to another using the rewritten URL that ends in ".html" I get the following error message:
rewrite ^/forums/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last;
if ($request_filename ~ "\.php$" ) {
rewrite ^(.*)$ /forums/vbseo.php last;
}
if (!-e $request_filename) {
rewrite ^/forums/(.*)$ /forums/vbseo.php last;
}
}
Any ideas?vBulletin Message
You have not specified a valid URL for the thread that you want to merge. Please check that the URL includes a valid threadid, "t=xxx" or postid, "p=xxx" (where xxx is a number), and is not a redirect.



LinkBack URL
About LinkBacks






