Results 1 to 4 of 4

All image paths are broken

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 ...

  1. #1
    Junior Member
    Real Name
    David
    Join Date
    Jun 2007
    Posts
    4
    Liked
    0 times

    All image paths are broken

    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.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    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
    Code:
            define('VBSEO_CHECK_WWWDOMAIN',        0);
            define('VBSEO_CUSTOM_DOCROOT',         '');
    Change it with
    Code:
            define('VBSEO_CHECK_WWWDOMAIN',        1);
            define('VBSEO_CUSTOM_DOCROOT',         '/home/path/forums');
    Please donot forget to change /home/path/forums to your actual forum path.
    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

  3. #3
    Junior Member
    Real Name
    David
    Join Date
    Jun 2007
    Posts
    4
    Liked
    0 times
    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.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    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!


Similar Threads

  1. Custom Image paths
    By Bernhard Huber in forum Bug Reporting
    Replies: 1
    Last Post: 08-31-2005, 01:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •