I have the WP Integrate mod with my forums, which bridges wp and vbulletin together, will it work fine with VBSEO?
Here is URL to WP integerate mod:
Complete Wordpress/Vbulletin Bridge - Share Users And Postings - vBulletin.org Forum
Also here is my htaccess, will it cause issues?
Code:############ CUSTOM .HTACCESS CODE HERE ############## # Insert your custom .htaccess code within this block #<Files "image.php"> # <Limit GET> # Order Deny,Allow # Deny from All # </Limit> #</Files> # End your custom code here. ############ END CUSTOM .HTACCESS CODE ############### # Require WWW # Will automatically redirect requests to non-www to www # This will exempt robots.txt for search engines <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !^/robots\.txt$ RewriteCond %{HTTP_HOST} ^([^.]+)\.([^.]+)$ [NC] RewriteRule ^(.*)$ http://www.%1.%2/$1 [R=301,L] </IfModule> php_value upload_max_filesize 30M php_value post_max_size 30M # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress


LinkBack URL
About LinkBacks





Reply With Quote
