Skip to content

Commit

Permalink
Merged revisions 6810 via svnmerge from
Browse files Browse the repository at this point in the history
https://www.kempgen.net/svn/gemeinschaft/trunk

........
  r6810 | philipp | 2009-08-12 01:03:40 +0200 (Wed, 12 Aug 2009) | 1 line
  
  make sure that /var/www/.asterisk_history is not accessible
........


git-svn-id: https://svn.amooma.com/gemeinschaft/trunk@6821 2d91074e-20bd-43ae-8273-9033e1f9829e
  • Loading branch information
[email protected] committed Aug 19, 2009
1 parent 11f740c commit be23cff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions var/www/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@
RewriteRule ^m3/settings/([0-9A-Fa-f]*)\.(cfg)$ gemeinschaft/prov/snom/settings-m3.php?mac=$1&fmt=$2 [QSA,L]
RewriteRule ^m3/firmware/(.*)$ gemeinschaft/prov/snom/sw-m3/$1 [QSA,L]

# just make sure that /var/www/.asterisk_history is not accessible
RewriteRule ^\.asterisk - [F,L]

</IfModule>

0 comments on commit be23cff

Please sign in to comment.