Bug Rewrite rules incompatible with Apache 2.4.26 (latest)

Status
Not open for further replies.

phil80

New member
Hello,

I'm not looking for support myself but wanted to alert you to the fact that a portion of your .htaccess rewrite rules no longer work with Apache 2.4.26+ due to various changes that cause infinite redirects, namely the below rule.

Code:
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

Regards.
 
This is not a bug, and this line no longer appears in the latest version of the product. If you redownload the product you will see the updated rule in the readme.txt file :)
 
I see that the readme has updated info but the .htaccess/htaccess.txt still contains the old info.

Thanks and regards.

EDIT:

I've just tried it with your updated rule set below too and same issue due to the ASF changes.

Code:
RewriteCond %{QUERY_STRING} !dbseourl=
RewriteCond %{REQUEST_URI} !(adminz/|adbseoz/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^(.*\.php)$ dbseo.php?dbseourl=$1 [L,QSA]
 
Last edited:
Sorry, I don't see anything in that changelog that indicates why this would break, so it sounds like an Apache bug at this point. That rewrite rule is needed for proper operation of the mod.
 
In simple terms, Apache 2.4.26 introduced GENERIC for the ProxyFCGIBackendType directive (i.e. PHP-FPM). This is required for DBSEO to remain compatible and fully functional.

Regards.
 
I see, thank you for the information. I will add this to the readme.txt of future updates :)
 
Hello phil80,

This ticket has now been closed with the status Not A Bug.

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