Page 1 of 2 1 2 LastLast
Results 1 to 15 of 18

I just installed vbulletin and vbseo, the rewritten pages are blank.

This is a discussion on I just installed vbulletin and vbseo, the rewritten pages are blank. within the Troubleshooting forums, part of the vBSEO SEO Plugin category; http://www.easymarketingforum.com/forum/ I just did this vbSEO install and followed the directions exactly as written. Now none of my topics or ...

  1. #1
    Member Array
    Real Name
    Oscar
    Join Date
    Mar 2008
    Posts
    32
    Liked
    0 times

    Question I just installed vbulletin and vbseo, the rewritten pages are blank.

    http://www.easymarketingforum.com/forum/
    I just did this vbSEO install and followed the directions exactly as written. Now none of my topics or forums display when clicked. What step did I mess up?
    Server is windows 2003 and I did install isapi-rewrite free version after reading in the presales questions that it would work fine with it. ( Is VBSEO Windows 2003 Server STD 2nd EDIT Compatible ? )
    Thanks.
    Last edited by Sleaklight; 03-16-2008 at 12:46 AM. Reason: added the vbseo link where it states the free isapi rewrite would work fine

  2. #2
    Senior Member Array
    Real Name
    Brian
    Join Date
    Apr 2006
    Posts
    6,983
    Liked
    10 times
    Did you add the rules from the text file (in the do not upload folder) to the httpd config file on IIS?

  3. #3
    Member Array
    Real Name
    Oscar
    Join Date
    Mar 2008
    Posts
    32
    Liked
    0 times
    yes I did!
    added this to the httpd.conf file

    [ISAPI_Rewrite]
    # When hosting multiple sites on the same server, it is
    # recommended to limit the rewrite rules to the domain(s)
    # where vBSEO is installed. Enable (remove '#' at the beginning
    # to activate) the following rule and replace 'easymarketingforum.com'
    # with your actual installation domain name.
    #RewriteCond Host: (?:www\.)?easymarketingforum.com
    RewriteRule ^/forum/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    #RewriteCond Host: (?:www\.)?easymarketingforum.com
    RewriteCond URL ^/forum/(?!avatars|attachments|iconimages).*
    RewriteRule ^([^\?]*\.(?:gif|swf.*|jpg|png|css|xml|js|htm|txt|zip)(?: \?(.*))?)$ $1 [I,L]
    #RewriteCond Host: (?:www\.)?easymarketingforum.com
    RewriteCond URL ^/forum/(?!admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).*
    RewriteRule ^/forum/(.+?)(?:\?(.*))?$ /forum/vbseo.php?vbseourl=$1(?2&$2) [L]
    Last edited by Sleaklight; 03-16-2008 at 02:48 AM.

  4. #4
    Senior Member Array
    Real Name
    Brian
    Join Date
    Apr 2006
    Posts
    6,983
    Liked
    10 times
    try turning on the host feature.

    change

    #RewriteCond Host: (?:www\.)?easymarketingforum.com

    to

    RewriteCond Host: (?:www\.)?easymarketingforum.com

    (remove the #)

  5. #5
    Member Array
    Real Name
    Oscar
    Join Date
    Mar 2008
    Posts
    32
    Liked
    0 times
    OK done and I get the same result.

  6. #6
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Can you get any rewrite rule (non-vBSEO) working for testing? Like this one:
    Code:
    RewriteRule testpage\.html http://www.google.com [R]
    it should redirect domain.com/testpage.html to Google.
    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!


  7. #7
    Member Array
    Real Name
    Oscar
    Join Date
    Mar 2008
    Posts
    32
    Liked
    0 times

  8. #8
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Please change the last rewrite rule to:

    Code:
    RewriteRule ^/forum/(.+?)$ /forum/vbseo.php?vbseourl=$1 [L,QSA]
    Last edited by Oleg Ignatiuk; 03-16-2008 at 01:07 PM.
    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!


  9. #9
    Member Array
    Real Name
    Oscar
    Join Date
    Mar 2008
    Posts
    32
    Liked
    0 times
    rule changed and still get the same result

  10. #10
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Please open a support ticket with server access to check the issue.
    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!


  11. #11
    Member Array
    Real Name
    Oscar
    Join Date
    Mar 2008
    Posts
    32
    Liked
    0 times
    ticket sent!

  12. #12
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Update: the following rewrite rules worked:
    Code:
    [ISAPI_Rewrite]
    
    # When hosting multiple sites on the same server, it is
    # recommended to  limit the rewrite rules to the domain(s)
    # where vBSEO is installed. Enable (remove '#' at the beginning
    # to activate) the following rule and replace 'easymarketingforum.com'
    # with your actual installation domain name.
    RewriteCond %{HTTP_HOST} .*easymarketingforum.com
    RewriteCond %{REQUEST_URI} !^/forum/(avatars|attachments|iconimages).*
    RewriteRule ^(.*\.(?:gif|swf.*|jpg|png|css|xml|js|htm|txt|zip))$ $1 [I,L]
    
    RewriteCond %{HTTP_HOST} .*easymarketingforum.com
    RewriteRule ^/forum/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{HTTP_HOST} .*easymarketingforum.com
    RewriteCond %{REQUEST_URI} !/forum/(admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).*
    RewriteRule ^/forum/(.+?)$ /forum/vbseo.php?vbseourl=$1 [L,QSA]
    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!


  13. #13
    Member Array
    Real Name
    Oscar
    Join Date
    Mar 2008
    Posts
    32
    Liked
    0 times

    Thumbs up

    Thank you that did the trick! You're awesome!

  14. #14
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    I'm glad we got it resolved!
    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!


  15. #15
    Junior Member Array K o K e's Avatar
    Real Name
    Jorge
    Join Date
    Feb 2008
    Posts
    24
    Liked
    0 times
    I can not set this ...

    Try to follow in the steps
    But it does not work




    Code:
    [ISAPI_Rewrite]
    
    # Helicon ISAPI_Rewrite configuration file
    # Version 3.1.0.43
    
    # When hosting multiple sites on the same server, it is
    # recommended to  limit the rewrite rules to the domain(s)
    # where vBSEO is installed. Enable (remove '#' at the beginning
    # to activate) the following rule and replace 'yourdomain.com'
    # with your actual installation domain name.
    #RewriteCond Host: (?:www\.)?game-rol.com
    RewriteRule ^/foro/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /foro/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    #RewriteCond Host: (?:www\.)?game-rol.com
    RewriteCond URL ^/foro/(?!avatars|attachments|iconimages).*
    RewriteRule ^([^\?]*\.(?:gif|swf.*|jpg|png|css|xml|js|htm|txt|zip)(?:\?(.*))?)$ $1 [I,L]
    
    #RewriteCond Host: (?:www\.)?game-rol.com
    RewriteCond URL ^/foro/(?!admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).*
    RewriteRule ^/foro/(.+?)(?:\?(.*))?$ /foro/vbseo.php?vbseourl=$1(?2&$2) [L]

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Upgrading vBulletin with vBSEO 2.4 Installed
    By convergent in forum General Discussion
    Replies: 6
    Last Post: 05-07-2007, 04:42 PM
  2. VBSEO its eating up my CPU, High Load Causing Blank Pages.
    By webgroup in forum Troubleshooting
    Replies: 15
    Last Post: 02-10-2007, 06:05 AM
  3. Installed vBSeo and my site is blank...
    By pchs in forum Troubleshooting
    Replies: 3
    Last Post: 12-25-2006, 03:08 PM
  4. Blank Pages When vbSEO enabled
    By mcyates in forum Troubleshooting
    Replies: 14
    Last Post: 12-05-2006, 05:38 PM
  5. Installed VBSEO. now all blank pages. HELP
    By Forumla in forum Troubleshooting
    Replies: 1
    Last Post: 11-08-2006, 07:20 AM

Posting Permissions

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