Question vbulletin 4.2.5 DragonByte SEO Lite problem

Status
Not open for further replies.

KLAMP

New member
DragonByte SEO Lite vBulletin 4.2.5 version does not work , disabled plugin plugin when the plugin is active vBulletin 4.2.3 version does not work vBulletin 4.2.5 version does not work please help
 
This mod works perfectly on vBulletin 4.2.5 as you can see on this forum. Can you please be more specific?
 
This mod works perfectly on vBulletin 4.2.5 as you can see on this forum. Can you please be more specific?

Thank you so much for writing the answer .htaccess content as I wrote below vbulletin 4.2.5 version of the pages do not open as HTML extension dbseo General Settings and forum Settings section of the settings do not work what I did



PHP:
<IfModule mod_rewrite.c>
	RewriteEngine On

	# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
	# RewriteBase /

	# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
	# 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]
</IfModule>

KkkkGu.jpg


Dx6iOT.jpg


WJVJE9.jpg
 
Those .htaccess rules are out of date, please see the readme.txt file from the latest version of the mod for the updated rules.
 
Those .htaccess rules are out of date, please see the readme.txt file from the latest version of the mod for the updated rules.


In the readme.txt, .htacess did not change anything as I wrote below. I would like to ask you to write the code for 4.2.5

PHP:
 	RewriteEngine On

	# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
	# Options -MultiViews

	RewriteCond %{QUERY_STRING} !dbseourl=
	RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
	RewriteRule ^(.*\.php)$ dbseo.php?dbseourl=$1 [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]
 
That is the correct rule set for the latest version of Apache, we are running it on this site without problems :)
 
In that case you will need to contact your system administrator for further assistance, if any changes to the .htaccess file is needed they should be able to advise you further :)
 
The problem is that you are using rules for an apache server. You need rewrite rules for litespeed instead.

Contact your host and have them convert it.
 
Hello KLAMP,

This ticket has now been closed with the status Answered.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
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,169
Customer rating
5.00 star(s) 1 ratings
Back
Top