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:
Would this affect the performance or the way that vBSEO works on RC4 version at all?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]


LinkBack URL
About LinkBacks





Reply With Quote
