Results 1 to 6 of 6

actual directory name show instead of symlink

This is a discussion on actual directory name show instead of symlink within the General Discussion forums, part of the vBulletin SEO Discussion category; Our forum uses a UNIX symlink called "forum" to point to the actual directory holding vb . The reason we ...

  1. #1
    Junior Member
    Real Name
    Big Island
    Join Date
    Mar 2007
    Posts
    25
    Liked
    0 times

    actual directory name show instead of symlink

    Our forum uses a UNIX symlink called "forum" to point to the actual directory holding vb. The reason we do this is it is easier to upgrade into a new directory and then just change the symlink to point to it when done. We also do this to hide the vb version (we name directories with the version info) in case anyone tried to exploit well known holes in the version.

    Anyway, it looks like vbseo is showing the actual directory name in the URL now rather than the symlink...is this how it's supposed to be? Anyway to change it to show the symlink instead?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello,

    please try to define your domain root path (documents root) in config_vbseo.php file
    PHP Code:
    define('VBSEO_CUSTOM_DOCROOT',     ''); 

  3. #3
    Junior Member
    Real Name
    Big Island
    Join Date
    Mar 2007
    Posts
    25
    Liked
    0 times
    Okay...what's the syntax? Leading/trailing slash?

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    It should be:
    PHP Code:
      define('VBSEO_CUSTOM_DOCROOT',     '/path/to/your/public_html'); 

  5. #5
    Junior Member
    Real Name
    Big Island
    Join Date
    Mar 2007
    Posts
    25
    Liked
    0 times
    Using this '/path/to/my/forum' didn't seem to change anything.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Could you please open a support ticket with FTP access for troubleshooting?

Similar Threads

  1. The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD
    By Joe Ward in forum General Discussion
    Replies: 49
    Last Post: 09-20-2011, 07:10 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
  •