Skip to content

Commit

Permalink
Update default .htaccess per CO-2741
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Mar 30, 2025
1 parent 1a96837 commit 3d7195b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/webroot/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>

0 comments on commit 3d7195b

Please sign in to comment.