#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.
- The
.htaccess
contains what I added as the last line in the Statamic-created.htaccess
file. - The
php5.ini
should be placed at the the webroot. - 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 insteadsrc="/assets/img