The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Something wrong with these .htaccess rewrite rules?
When i install this in my .htaccess file the site kicks the "Internal Server Error" page. Even if that is all that is in the file. What's wrong?
HTML 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] |
#2
|
|||
|
|||
Have you not renamed the admincp or modcp folders in ur ftp?
|
Благодарность от: | ||
Max Taxable |
#3
|
||||
|
||||
No, no renamed folders.
|
#4
|
||||
|
||||
If you remove just the rewrite rules, or comment them out? What then?
|
Благодарность от: | ||
Max Taxable |
#5
|
||||
|
||||
Everything is golden but the DBSEO of course doesn't work - all links become 404s.
|
#6
|
||||
|
||||
I was just seeing if anyone could see anything wrong with the rewrite rules, if not it means something particular to the site I am trying this on, is amiss.
|
#7
|
||||
|
||||
Add the first set of rules:
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA] Then see iof the ISE keeps up. |
#8
|
||||
|
||||
No joy.
HTML Code:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator and inform them of the time the error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. |
#9
|
|||
|
|||
And what error does it show in the server log
|
#10
|
||||
|
||||
Something should have went into your error logs, or at least the system error logs.
Your webhost should be able to pull more correct logs for you. Is this the free version or paid version of DBSEO? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|