Just moved from a windows server to a linux and all my links are broken. I have had to turn VBSEO off to get the forum working. Can anyone help. Thanks
vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.
This is a discussion on HELP - Links all broken after server move within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Just moved from a windows server to a linux and all my links are broken. I have had to turn ...
Just moved from a windows server to a linux and all my links are broken. I have had to turn VBSEO off to get the forum working. Can anyone help. Thanks
Hello JB,
Have you uploaded the new .htaccess file? Are you on apache?
Michael Biddle / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation
I do have an .htaccess the content is shown below. Mod rewrite works as per line 2 of .htaccess My forum resides in www,mysite.co.uk/forum
What is Apache :embarrassed:
RewriteEngine on
RewriteRule testpage\.html http://www.google.com [R]
RewriteBase /forum/
RewriteCond %{HTTP_HOST} .*www.mysite.co.uk
RewriteRule ^/forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forumsvbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{HTTP_HOST} .*www.mysite.co.uk
RewriteCond %{REQUEST_URI} !/forum/(admincp/|modcp/|cron)
RewriteRule ^/forum/((archive/)?(.*\.php(/.*)?)?)$ /forum/vbseo.php [L,QSA]
RewriteCond %{HTTP_HOST} .*www.mysite.co.uk
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^/forum/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^/forum/(.+)$ /forum/vbseo.php [L,QSA]
Please try to upload the default .htaccess file.
Michael Biddle / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation