Romeus
Customer
Hi, I just purchased and installed DBseo on http://www.discovertuscany.com/forum/
follwing step by step the readme/vbseoimport instructions.
Now the forum isn't loading, I receive a "too many redirects" error.
here is my htaccess:
#htaccess
RewriteEngine On
# dbseo
#RewriteEngine On
#RewriteBase /forum/
# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
#Options -MultiViews
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
follwing step by step the readme/vbseoimport instructions.
Now the forum isn't loading, I receive a "too many redirects" error.
here is my htaccess:
#htaccess
RewriteEngine On
# dbseo
#RewriteEngine On
#RewriteBase /forum/
# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
#Options -MultiViews
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
Last edited: