Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Last active June 8, 2017 14:09
Show Gist options
  • Save ScarletPonytail/aad6729f2d75efb6fe52b2265dc8e861 to your computer and use it in GitHub Desktop.
Save ScarletPonytail/aad6729f2d75efb6fe52b2265dc8e861 to your computer and use it in GitHub Desktop.
WordPress - Resolve an "500 Internal Server Error"
This is likely to occur AFTER you have increased the file upload threashold. To resolve this, go to: Settings > Permalinks and click 'Save'. This will rewrite the htaccess file and resolve the error.
// No access to Admin?
01. Disable the 'wps-hide-login' plugin by renaming it.
02. Go to: Settings > Permalinks and click 'Save'. This will rewrite the htaccess file and resolve the error.
03. Enable the 'wps-hide-login' plugin.
04. Login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment