So, my .htaccess file starts with:
Options -MultiViews
RewriteEngine on
RewriteBase /
And I tried:
RewriteCond %{REQUEST_FILENAME} -f
or
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f
or
RewriteCond %{REQUEST_URI} -f
But RewriteRule never executes.
.htaccess file placed in the / of site.