Thought Id give this mod another go, but still getting 404 errors on all post, and a few other DB mods I have installed.
HTAccess files is
#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} !(*****acp/|dbseocp/|*****mcp/|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} !/(*****acp/|dbseocp/|*****mcp|clientscript|cpstyles|images|reviewpost| classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
and server shows it using apache 2.2.27
Any ideas ?
|