Skip to content

Instantly share code, notes, and snippets.

@leigler
Last active March 1, 2019 21:52
Show Gist options
  • Save leigler/5b0df2b0e0f2074041fa840b511e59ef to your computer and use it in GitHub Desktop.
Save leigler/5b0df2b0e0f2074041fa840b511e59ef to your computer and use it in GitHub Desktop.

change the files to chmod 644 and folders to 755:

  • .htaccess to 644: chmod 644 .htaccess
  • index.php to 644: chmod 644 index.php
  • panel/ to 755: chmod 755 panel/
  • panel/index.php to 644 chmod 644 panel/index.php

chmod can be edited through ssh: chmod XXX filepath

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment