Actions
Evolution #1503
closeddefault htaccess - protect .user.ini file
Start date:
09/20/2023
Due date:
% Done:
100%
Estimated time:
0.50 h
Resolution:
Description
<Files .user.ini>
order deny,allow
Deny from all
</Files>
# alternative
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule \.ini$ - [F,L]
</IfModule>
Updated by Simon about 1 year ago
- Status changed from Nouveau to Fermé
- % Done changed from 0 to 100
Applied in changeset linea21|r4258.
Actions