Created
October 21, 2019 11:17
-
-
Save jaworowicz/266bf1b7c8a7438c3b2e4477c48dc6d0 to your computer and use it in GitHub Desktop.
Blokada wykonywania plików PHP w folderze /wp-content/uploads. Zapisz jako .htaccess i dodaj do katalogu uploads. https://jaworowi.cz
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
<Files *.php> | |
deny from all | |
</Files> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment