Bug Error 500 when i apply the haccess change

Status
Not open for further replies.

OlijO

Customer
Hi,
as soon as i apply the modification on the htaccess, i obtain an error 500
Our configuration is :
PHP 5.6.19
MySQL 5.6.29
suphp enabled
Info PHP here : phpinfo()
Could you have a look on infophp and let me know what can be the problem ?

Historical :
- using vBSEO
- upgrade to DBSEO with php 5.4 (all worked)
- upgrade of php to 5.6 : the problem appears
This is why we think we have a problem of configuration on php but doesn't be able to find witch.
Thanks !
 
Try this set instead:
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 %{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]
 
Hello OlijO,

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