Created
April 1, 2018 23:56
-
-
Save jaworowicz/7a65704336a43c00f55fb2b744c60fef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AuthType Basic | |
AuthName "Página protegida" | |
AuthUserFile /home/.htpasswd | |
Require valid-user | |
<Files admin-ajax.php> | |
Order allow,deny | |
Allow from all | |
Satisfy any | |
</Files> | |
<Files admin-post.php> | |
Order allow,deny | |
Allow from all | |
Satisfy any | |
</Files> | |
<Files "\.(css|gif|png|js)$"> | |
Order allow,deny | |
Allow from all | |
Satisfy any | |
</Files> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment