Feature #8516
Adding some nice rewrite conditions to main .htaccess
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
21/02/2017
Due date:
% Done:
0%
Estimated time:
Complexity:
Normal
SCRUM pts - complexity:
?
Description
It would be nice to have the following rewrite conditions added to the base .htaccess, since it could be possible that some files/folders exist in some directories:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
Are there any circumstances which would make this a bad idea?