Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix wording in comment in assets htaccess
  • Loading branch information
OldStarchy committed Feb 14, 2020
1 parent 42f446e commit 939cb93
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ AddHandler default-handler php phtml php3 php4 php5 inc
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule error[^\\\\/]*\\.html$ - [L]

# Block invalid file extensions
# Allow specific file extensions
RewriteCond %{REQUEST_URI} !^[^.]*[^\\/]*\\.(?i:css|js<% loop $AllowedExtensions %>|$Extension<% end_loop %>)$
RewriteRule .* - [F]

Expand Down

0 comments on commit 939cb93

Please sign in to comment.