Results 1 to 3 of 3

RC8 - CSS redirect for Moderator forums

This is a discussion on RC8 - CSS redirect for Moderator forums within the Bug Reporting forums, part of the vBSEO SEO Plugin category; PHP5, MySQL 5, IIS6, ISAPI_Rewrite Tried RC8 today. Everything worked fine except the follow strange thing In our moderator forums ...

  1. #1
    Junior Member
    Real Name
    Stephane
    Join Date
    Sep 2006
    Posts
    17
    Liked
    0 times

    RC8 - CSS redirect for Moderator forums

    PHP5, MySQL 5, IIS6, ISAPI_Rewrite

    Tried RC8 today.

    Everything worked fine except the follow strange thing

    In our moderator forums - one main and two sub - which are the only ones inaccessible to visitors, all the CSS links get rewritted to be:

    <link rel="stylesheet" type="text/css" href="http://forum.sitecom/redirect-to/?re...itenavbar2.css" title="Site Home" />

    Because of our structure this <link> appears inside the main <body> tag rather than in the <head> tag.

    As is inculded via a product ob_start

    It's comppletely unaffected in other parts of the forum. Just in the restricted forums...

    ~ Steph

  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,

    since your forum is located at forum.site.com, while stylesheet resides on www.site.com, it is supposed to be external link and is "masked" with redirect URL for privacy reasons, since you are currently viewing private subforum.
    You can either
    1. move stylesheet to your forums subdomain
    2. OR manually enable VBSEO_ALLOW_REL_NOVBSEO option in config.inc.php file and change your stylesheet code to:
    HTML Code:
    <link rel="novbseo" rel="stylesheet" type="text/css" href="http://www.site.com/sitenavbar2/sitenavbar2.css" title="Site Home" />

  3. #3
    Junior Member
    Real Name
    Stephane
    Join Date
    Sep 2006
    Posts
    17
    Liked
    0 times
    Thanks for the reply Oleg.

    I'll give it whirl!

    It didn't happen with RC6 which is what threw me off.

    ~ Steph

Similar Threads

  1. 301 fügt ?vbseourl= mit an
    By Junior in forum Deutsch
    Replies: 8
    Last Post: 11-20-2006, 01:07 PM
  2. URLs not followed (15)
    By special K in forum General Discussion
    Replies: 3
    Last Post: 11-20-2006, 07:27 AM
  3. URL's not followed... possible errors in redirect..
    By Sonnie in forum Troubleshooting
    Replies: 39
    Last Post: 10-08-2006, 07:35 PM
  4. vBSEO 2.0 RC8 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 7
    Last Post: 09-13-2005, 02:59 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
  •