vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

vBSEO 3.2.0 RC4 - IIS

This is a discussion on vBSEO 3.2.0 RC4 - IIS within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I have tonight updated vBSEO to RC4 and followed the instructions for the httpd.ini As we use Helicon Tech - ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Bug Reporting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 04-30-2008, 11:03 PM
Senior Member
 
Real Name: Ged
Join Date: Dec 2006
Location: UK
Posts: 411
vBSEO 3.2.0 RC4 - IIS

I have tonight updated vBSEO to RC4 and followed the instructions for the httpd.ini

As we use Helicon Tech - IIS modules and ISAPI filters for URL rewriting and search engine optimization it is easier to make the changes and then load the httpd.ini to the server, log onto the server and then convert them into the .htaccess equivalent.

However using the new rewrites in the download and doing this causes Iaspi Rewrite to comment out some lines. Which then results on error 404 on most pages.

I have now had to use the previous rules that we had, which are below:

Code:
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.32

RewriteEngine On
RewriteCompatibility2 On
RepeatLimit 32
RewriteBase
# unsupported directive: [ISAPI_Rewrite]

#  3600 = 1 hour
# unsupported directive: CacheClockRate 3600


#  Block external access to the httpd.ini and httpd.parse.errors files
RewriteRule ^/httpd(?:\.ini|\.parse\.errors).*$ / [NC,F,O]
#  Block external access to the Helper ISAPI Extension
RewriteRule ^.*\.isrwhlp$ / [NC,F,O]

RewriteCond %{HTTP:Host} ^domain\.co.uk$
RewriteRule (.*) http\://www.domain.co.uk$1 [NC,R=301]

#  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 %{HTTP:Host} ^.*domain.co.uk$
RewriteCond %{REQUEST_URI} ^/forum/(?!attachments|iconimages).*$
RewriteRule ^(.*\.(?:gif|jpg|png|css|xml|js|htm|ico|txt|zip))$ $1 [NC,L]

RewriteCond %{HTTP:Host} ^.*domain.co.uk$
RewriteRule ^/forum/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{HTTP:Host} ^.*domain.co.uk$
RewriteCond %{REQUEST_URI} ^/forum/(?!admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php|chat).*$
RewriteRule ^/forum/(.+?)(?:\?(.*))?$ /forum/vbseo.php?vbseourl=$1(?2&$2) [L]
# RewriteRule ^/links/(.+?\.html)(?:\?(.*))?$ /forum/vbseo.php?vbseourl=$1&vbseorelpath=../links/(?2&$2) [L]
Would this affect the performance or the way that vBSEO works on RC4 version at all?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 05-01-2008, 05:33 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,595
Hello,

are you using ISAPI_Rewrite v3.x ? The new version supports "-f"/"-d" flags for rewrite rules and that should improve performance.
__________________
Oleg Ignatiuk / 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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 05-01-2008, 09:42 AM
Senior Member
 
Real Name: Ged
Join Date: Dec 2006
Location: UK
Posts: 411
Yes Oleg

I copied the rules in the isapi_rewrite.txt and saved them as a httpd.ini - uploaded to the forum root. Went onto the server and then imported them via the Helicon control panel and then that converted it to a .htaccess. However it commented out the "-f"/"-d" flags and then threw up all the error 404's.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 05-01-2008, 09:53 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,595
Do you have the latest ISAPI_Rewrite installed?
__________________
Oleg Ignatiuk / 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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 05-01-2008, 09:57 AM
Senior Member
 
Real Name: Ged
Join Date: Dec 2006
Location: UK
Posts: 411
Yes Release 3.1.0.46 I think it is
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 05-01-2008, 11:10 PM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,721
Ged, can you open a support ticket so that we can continue troubleshooting this issue privately? I believe we'll need server access to further troubleshoot this one.

I'd really appreciate it as we are getting ready to release RC5 and I would like to nail down this issue previous to the next build.

Thank-you
__________________
Juan Muriente / 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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 05-01-2008, 11:56 PM
Senior Member
 
Real Name: Ged
Join Date: Dec 2006
Location: UK
Posts: 411
Yes of course Joe, what do you need?

If you want to I can give you a permanent testing domain on our IIS server?

edit:

We have a test domain (you can use this) which we use for vB and is not accessible normally by anyone apart from us when we wish to try new mods / software etc
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 05-02-2008, 12:46 AM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,721
Quick ftp access with a vB admincp account will do. Please do so via the ticket system. Oleg or myself will follow up via the ticket.

Thanks!
__________________
Juan Muriente / 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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 05-02-2008, 12:48 AM
Senior Member
 
Real Name: Ged
Join Date: Dec 2006
Location: UK
Posts: 411
Sent you a ticket, if you don't want to try the test domain and try on the live site, I can provide the details. Let me know. Juan - see I got it right this time
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 09:59 PM.


Powered by vBulletin Version 3.8.0 Beta 4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.