0

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.

user64675
  • 91
  • 1
  • 2
  • 8

0 Answers0