2015-11-12, 00:18:47
did you try
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
in place of the included rules
only other option is to enable logging and see whats going on with your paths
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
in place of the included rules
only other option is to enable logging and see whats going on with your paths