mirror of
https://github.com/phanan/htaccess.git
synced 2018-11-08 13:39:40 +01:00
Minor wordings
This commit is contained in:
parent
71a1b6e375
commit
edd093473e
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ RedirectMatch 404 /\..*$
|
|||
```
|
||||
|
||||
### Deny Access to Backup and Source Files
|
||||
These files may be left by some text/html editors (like Vi/Vim) and pose a great security danger, when anyone can access them.
|
||||
These files may be left by some text/html editors (like Vi/Vim) and pose a great security danger if exposed to public.
|
||||
``` apacheconf
|
||||
<FilesMatch "(\.(bak|config|dist|fla|inc|ini|log|psd|sh|sql|swp)|~)$">
|
||||
## Apache 2.2
|
||||
|
|
Loading…
Reference in a new issue