Results 1 to 8 of 8

Forum Link Problem

This is a discussion on Forum Link Problem within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I have a forum that contains a forum link. If you visit here you can see the link SFF League ...

  1. #1
    Junior Member
    Real Name
    Tod
    Join Date
    May 2007
    Posts
    4
    Liked
    0 times

    Forum Link Problem

    I have a forum that contains a forum link. If you visit here you can see the link SFF League Website:

    SFF OOTP League - Sport Discussions and Simulation Leagues

    If you click on the link, it should take you to Sport Discussions and Simulation Leagues but it returns you to the home page of Sport Discussions and Simulation Leagues

    What do I need to change?

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

    do you have defined the forum link as:
    Code:
    http://www.sportsfanfest.com/ootp/
    ?

    Is "ootp" folder existing on your server?

  3. #3
    Junior Member
    Real Name
    Tod
    Join Date
    May 2007
    Posts
    4
    Liked
    0 times
    In the Forum Manager, I entered
    Code:
    http://www.sportsfanfest.com/ootp
    Yes, the folder exists. If I strip out the code in httpd.ini for ISAPI_Rewrite I can see the web page. If I turn off vbSEO I can see the web page.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please try to change the link to:
    Code:
    http://www.sportsfanfest.com/ootp/

  5. #5
    Junior Member
    Real Name
    Tod
    Join Date
    May 2007
    Posts
    4
    Liked
    0 times
    I typed it in wrong, I did have the link entered as:
    Code:
    http://www.sportsfanfest.com/ootp/
    I did find out today that even if I turn off vbSEO I still have problems. It must be a problem with the ISAPI_Rewrite and the code in httpd.ini. If I comment out the rules, I can get the web page to come up.

    My code in httpd.ini is:
    Code:
    [ISAPI_Rewrite]
    
    # Defend your computer from some worm attacks
    RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O]
    
    RewriteCond Host: (?:www\.)?sportsfanfest.com
    RewriteRule ^(.*\.(?:gif|jpg|png|css|xml|js))$ $1 [I,L]
    RewriteRule ^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond Host: (?:www\.)?sportsfanfest.com
    RewriteCond URL ^/(?!admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).*
    RewriteRule ^/(.+?)(?:\?(.*))?$ /vbseo.php?vbseourl=$1(?2&$2) [L]
    I don't understand the expressions in the above code, but I must be missing something, or I need to change something.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please try to change it to:

    Code:
    RewriteCond URL ^/(?!ootp/|admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).*

  7. #7
    Junior Member
    Real Name
    Tod
    Join Date
    May 2007
    Posts
    4
    Liked
    0 times
    That new code solved my problem. Thank you for the help!

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Great!

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
  •