Status
Not open for further replies.

vbluis

Customer
Hello. A person will get a installation of a mod, but he question me this about dbseo:

Where on your server are the rewrite rules for dbSEO defined? I cannot find them in the file system. Your .htaccess doesn't have anything related, but dbSEO is obviously working.

Can you help me with the answer?
thanks
 
Last edited:
If you have not edited your .htaccess file with the DBSEO rewrite rules, you must do so in order to have URL rewrites work correctly.

Code:
RewriteEngine On

# 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)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,172
Customer rating
5.00 star(s) 1 ratings
Back
Top