Skip to content

Instantly share code, notes, and snippets.

@artemsites
Created July 25, 2018 16:25
Show Gist options
  • Save artemsites/8a42e238d55627b1b7b4600fa72b37fd to your computer and use it in GitHub Desktop.
Save artemsites/8a42e238d55627b1b7b4600fa72b37fd to your computer and use it in GitHub Desktop.
Защищаем .htaccess файл
#Защищаем .htaccess файл
<files .htaccess>
order allow,deny
deny from all
</files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment