Quote:
Originally Posted by m7sen
i fix it
i delete this code in .htaccess
PHP Code:
RewriteCond %{HTTP_HOST} ^domain.com [nc]
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
|
We have a similar server configuration. Starting with the vBSSO version that introduced the www alias feature, we had the same problem as you. We fixed it by patching vBSSO, so that it detects error 302 when sending requests from vBulletin to Wordpress and tries again with a hardcoded, corrected URL.
We don't want to remove the RewriteRule because it would break thousands of links.