Skip to content

Instantly share code, notes, and snippets.

@jaworowicz
Created October 21, 2019 11:17
Show Gist options
  • Save jaworowicz/266bf1b7c8a7438c3b2e4477c48dc6d0 to your computer and use it in GitHub Desktop.
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
<Files *.php>
deny from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment