Skip to content

Instantly share code, notes, and snippets.

@isralduke
Last active May 11, 2016 13:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isralduke/e5a4a481b310aae97d4a6b5fc7a18574 to your computer and use it in GitHub Desktop.
Save isralduke/e5a4a481b310aae97d4a6b5fc7a18574 to your computer and use it in GitHub Desktop.
Statamic and Godaddy

#Statamic & Godaddy

Statamic V1 wasn't fully functional when placed onto Godaddy hosting. I could browse the site as a normal user but couldn't login into the Control Panel.

This may not fix your issue, but maybe it will offer you a beginning to your own troubleshooting.

  1. The .htaccess contains what I added as the last line in the Statamic-created .htaccess file.
  2. The php5.ini should be placed at the the webroot.
  3. Finally, make sure all of your partials are referencing assets, scripts, etc., from the root. Don't do this: src="assets/img but do this instead src="/assets/img

You may need more or less. Good luck.

addhandler x-httpd-php5-cgi .php5
cgi.fix_pathinfo = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment