Not a bug  htaccess rules cannot be imported by IIS

Shamil

Well-known member
The current HTaccess rules cannot be imported via IIS, these rules don't work:
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
 
The rules are for Apache specifically. Presumably IIS has a way to detect if the requested file doesn't exist.
 
Top Bottom