vBulletin Search Engine Optimization
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....
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 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
| ||||
| ||||
|
The free version of ISAPI Rewrite is all you need, and yes it is required.
__________________ Keith Cohen / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: My Blog | GPS Discussion Forum |
|
#3
| |||
| |||
|
@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
| |||
| |||
|
@ 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
| |||
| |||
|
I already have vbseo bought, installing is the issue Thanks for the help! |
|
#6
| |||
| |||
|
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] I have edited for your settings |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature! | Juan Muriente | vBSEO Announcements | 74 | 05-20-2006 10:29 PM |
| vBSEO 2.0 RC7 Released | Juan Muriente | vBSEO Announcements | 17 | 09-09-2005 12:00 AM |