All the images on my forum are broken after installing vbseo. The paths of the images are adding the paths of the forum to them. So forum home is fine, but every subsequent page is full of broken images.
How do I fix this? Thanks.
This is a discussion on All image paths are broken within the Troubleshooting forums, part of the vBSEO SEO Plugin category; All the images on my forum are broken after installing vbseo . The paths of the images are adding the ...
All the images on my forum are broken after installing vbseo. The paths of the images are adding the paths of the forum to them. So forum home is fine, but every subsequent page is full of broken images.
How do I fix this? Thanks.
You can define custom home root in config_vbseo.php
In order to do that please download includes/config_vbseo.php and edit it with a text editor.
Search for the following
Change it withCode:define('VBSEO_CHECK_WWWDOMAIN', 0); define('VBSEO_CUSTOM_DOCROOT', '');
Please donot forget to change /home/path/forums to your actual forum path.Code:define('VBSEO_CHECK_WWWDOMAIN', 1); define('VBSEO_CUSTOM_DOCROOT', '/home/path/forums');
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
I don't have a custom home. The images on my forum home work fine.
Example forum home path for an image: http://www.mydomain.com/images/misc/navbits_start.gif (this works fine)
Example forum path: http://www.mydomain.com/category-nam...bits_start.gif
For some reason the forrum path is being added to the front of the image path.
Thanks for additional help.
Hello,
make sure that you installed vBSEO xml product file in vB admincp.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!