Just installed vbSEO IIS 2.4.5 version, Have Zend 3 installed, everything seems to be working great except the actual URL's lead to 404 no matter which page/link i click.
I've tried the following Rewrite Rules in httpd.ini
RewriteCond URL ^/(?!admincp|modcp|clientscript|cpstyles|images)/.*
RewriteRule ^/(.+?)(?:\?(.*))?$ /vbseo.php?vbseourl=$1(?2&$2) [L]
And
RewriteCond URL ^/vBroot/(?!admincp|modcp|clientscript|cpstyles|images)/.*
RewriteRule ^/vBroot/(.+?)(?:\?(.*))?$ /vBroot/vbseo.php?vbseourl=$1(?2&$2) [L]
My website is GameHaze.com - The ultimate gaming resource and general discussion forum and my forum is in the root directory.
index.php = vBa CMPS
forum.php = Forum Home
Any help would be greatly apreciated as my site is not accessable atm.


LinkBack URL
About LinkBacks





Reply With Quote