vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 6 of 6

vBSEO under Windows Server 2003

This is a discussion on vBSEO under Windows Server 2003 within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Are there any solutions for getting the rewrite to work without purchasing a proprietary application? Thanks for any tips....

  1. #1
    Junior Member
    Real Name
    Joe
    Join Date
    Dec 2006
    Posts
    3

    vBSEO under Windows Server 2003

    Are there any solutions for getting the rewrite to work without purchasing a proprietary application?

    Thanks for any tips.

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    The free version of ISAPI Rewrite is all you need, and yes it is required.

  3. #3
    Senior Member
    Real Name
    Ged
    Join Date
    Dec 2006
    Location
    UK
    Posts
    434
    @HotHuskers.com

    If you get stuck pm me, I just did mine about 3 weeks ago and so know how to do it now as well

  4. #4
    Senior Member
    Real Name
    Ged
    Join Date
    Dec 2006
    Location
    UK
    Posts
    434
    @ Hot

    You need to have this installed on your server,

    Helicon Tech - Download

    If your host/your server has more than one site that needs vBSEO installing you will need to buy the full version, if not and it is just for one forum then the above link (which is the demo) will be fine.

    You will need to download it or your host will and install it on the server, once installed, you are probably best restarting the server so it is synced with IIS so to speak.

    Once it is installed, and you have vBSEO bought and downloaded, send me a PM and I will talk you through it.

  5. #5
    Junior Member
    Real Name
    Joe
    Join Date
    Dec 2006
    Posts
    3
    I already have vbseo bought, installing is the issue . I will forward the info to my host. Hopefully, he can get it going, but I am not so confident!

    Thanks for the help!

  6. #6
    Senior Member
    Real Name
    Ged
    Join Date
    Dec 2006
    Location
    UK
    Posts
    434
    Once you have installed the ISAPI Rewrite on the server, you need to add this to the file, httpd.ini which is in C:\Program Files\Helicon\ISAPI_Rewrite

    Code:
    [ISAPI_Rewrite]
    
    # 3600 = 1 hour
    CacheClockRate 3600
    
    RepeatLimit 32
    
    # Block external access to the httpd.ini and httpd.parse.errors files
    RewriteRule /httpd(?:\.ini|\.parse\.errors).* / [F,I,O]
    # Block external access to the Helper ISAPI Extension
    RewriteRule .*\.isrwhlp / [F,I,O]
    
    # 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: .*hothuskers.com
    RewriteCond URL ^/huskertalk/(?!attachments|iconimages).*
    RewriteRule ^(.*\.(?:gif|jpg|png|css|xml|js|htm|ico|txt|zip))$ $1 [I,L]
    
    RewriteCond Host: .*hothuskers.com
    RewriteRule ^/huskertalk/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /huskertalk/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond Host: .*hothuskers.com
    RewriteCond URL ^/huskertalk/(?!admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php|chat).*
    RewriteRule ^/huskertalk/(.+?)(?:\?(.*))?$ /huskertalk/vbseo.php?vbseourl=$1(?2&$2) [L]
    
    To get that code into the file httpd.ini just copy and paste all of the above into it, replacing the previous text and then save.

    I have edited for your settings

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 09:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 PM