Hosting News & Commentary Hosting News & Commentary Hosting News & Commentary

School is out and I figured it’s time to update the blog! I might actually update this blog every now and then!

Anyway, so after a week or so of debugging things I finally figured out what the issue is symfony+godaddy.

From what I can tell, there is something wrong GoDaddy’s Apache configuration. Specifically, in PHP the gets populated with information that symfony is not expecting. To rectify this, I added the following line to my symfony front controller:

= “”;

Additionally, in settings.yml I set:

.settings:
no_script_name: on

Anyway, this hack doesn’t fix everything. I could only use one project in the deployment - for some reason ALL the requests were always forwarded to my one project.

Moral of the story? Don’t use symfony on shared hosts.

Tag: go daddy

  1. No user reviews yet.


Leave a Reply