Project

General

Profile

Actions

Evolution #1503

closed

default htaccess - protect .user.ini file

Added by Simon 8 months ago. Updated 8 months ago.

Status:
Fermé
Priority:
Normal
Assignee:
Category:
general
Target version:
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>

Actions #1

Updated by Simon 8 months ago

  • Status changed from Nouveau to Fermé
  • % Done changed from 0 to 100

Applied in changeset linea21|r4258.

Actions

Also available in: Atom PDF