diff options
Diffstat (limited to 'htaccess.sample')
-rw-r--r-- | htaccess.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample index 86d014618..7ec889bc1 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -96,3 +96,7 @@ RewriteRule ^api/blocks/create/(.*)$ index.php?action=api&apiaction=blocks&metho RewriteRule ^api/blocks/destroy/(.*)$ index.php?action=api&apiaction=blocks&method=destroy&argument=$1 [L,QSA] RewriteRule ^api/help/(.*)$ index.php?action=api&apiaction=help&method=$1 [L,QSA] +<FilesMatch "\.(ini)"> + Order allow,deny +</FilesMatch> + |