Skip to content

Commit

Permalink
Fixes the bug with "Allow All Access Except Spammers" directive
Browse files Browse the repository at this point in the history
  • Loading branch information
An Phan committed Jul 7, 2015
1 parent 509d047 commit 9b4c724
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ Now of course there's a reversed version:
``` apacheconf
## Apache 2.2
Order deny,allow
Allow from all
Deny from xxx.xxx.xxx.xxx
Deny from xxx.xxx.xxx.xxy
Expand Down
1 change: 0 additions & 1 deletion Translations/French/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ Bien sûr, il y a la version inverse :
``` apacheconf
## Apache 2.2
Order deny,allow
Allow from all
Deny from xxx.xxx.xxx.xxx
Deny from xxx.xxx.xxx.xxy
Expand Down
1 change: 0 additions & 1 deletion Translations/German/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ Natürlich gibt es auch eine umgekehrte Version:
``` apacheconf
## Apache 2.2
Order deny,allow
Allow from all
Deny from xxx.xxx.xxx.xxx
Deny from xxx.xxx.xxx.xxy
Expand Down
1 change: 0 additions & 1 deletion Translations/Portuguese-BR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ Agora é claro que há uma versão invertida:
``` apacheconf
## Apache 2.2
Order deny,allow
Allow from all
Deny from xxx.xxx.xxx.xxx
Deny from xxx.xxx.xxx.xxy
Expand Down
3 changes: 1 addition & 2 deletions Translations/Slovak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ Samozrejme je tu aj opačná verzia:
### Povoliť prístup všetkým, ale nie spamerom
``` apacheconf
Order deny, allow
Allow from All
Deny from xxx.xxx.xxx.xxx
Deny from xxx.xxx.xxx.xxy
```
Expand Down Expand Up @@ -335,4 +334,4 @@ AddDefaultCharset utf-8
# Nastavenie UTF-8 pre niekoľko formátov súborov
AddCharset utf-8 .atom .css .js .json .rss .vtt .xml
```
[Zdroj](http://h5bp.com)
[Zdroj](http://h5bp.com)

0 comments on commit 9b4c724

Please sign in to comment.