Results 1 to 4 of 4

not displaying vbseo links on 'subdomain like' url

This is a discussion on not displaying vbseo links on 'subdomain like' url within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello, We have a forum here eJocuri Forum (subdomain) which is actually here ejocuri.ro/forum/ (subdirectory) but we use the first ...

  1. #1
    Junior Member Array
    Real Name
    Remus Ciobanu
    Join Date
    Mar 2007
    Posts
    2
    Liked
    0 times

    Exclamation not displaying vbseo links on 'subdomain like' url

    Hello,

    We have a forum here eJocuri Forum (subdomain) which is actually here ejocuri.ro/forum/ (subdirectory) but we use the first link to the public by redirecting like this with the following .htaccess code which is in the ejocuri.ro - Jocuri Gratis Online / Jocuri Romanesti (root)

    RewriteCond %{HTTP_HOST} ^forum\.ejocuri\.ro$ [NC]
    RewriteCond %{REQUEST_URI} !^/forum/ [NC]
    RewriteRule ^(.*)?$ /forum/$1 [QSA,L]

    The problem is that forum.ejocuri.ro does not display vbseo optimized links in the forums, but accessing the page from ejocuri.ro/forum/ will display them, and awkwardly enough if I follow these optimized links in the forums, it will go to the threads using the forum.ejocuri.ro link which now works (in the threads I mean)

    How can I make vbseo optimize links for the forums too in the subdomain version?
    Last edited by bizzy; 03-31-2007 at 03:29 AM. Reason: parsed my urls

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

    please try to manually define VBSEO_CUSTOM_DOCROOT setting in config_vbseo.php file like:
    PHP Code:
        define('VBSEO_CUSTOM_DOCROOT',     '/path/to/your/forum'); 
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Junior Member Array
    Real Name
    Remus Ciobanu
    Join Date
    Mar 2007
    Posts
    2
    Liked
    0 times

    thank you

    thank you. It woked!!

  4. #4
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Great!
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. vBSEO 2.2.0 Released - Google/Yahoo Sitemap Compatible
    By Juan Muriente in forum vBSEO Announcements
    Replies: 58
    Last Post: 11-17-2005, 10:49 PM
  2. vBSEO 2.0 Gold, Build 2 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 21
    Last Post: 10-08-2005, 07:47 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
  •