This commit is contained in:
An Phan 2015-02-10 23:50:07 +08:00
parent b9a6f3584d
commit eda62a94e6
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ But wait, this will lock you out from your content as well! Thus introducing...
### Deny All Access Except Yours
``` apacheconf
Order deny, allow
Order deny,allow
Deny from All
Allow from xxx.xxx.xxx.xxx
```
@ -137,7 +137,7 @@ Now of course there's a reversed version:
### Allow All Access Except Spammers'
``` apacheconf
Order deny, allow
Order deny,allow
Allow from All
Deny from xxx.xxx.xxx.xxx
Deny from xxx.xxx.xxx.xxy