"mydomain.com" is not a folder. You should have something like "$this->setWebDir( $this->getRootDir() . DIRECTORY_SEPARATOR . 'myPublicFolder' );" And I would check with the "check_configuration.php" script.
The directory structure should be something like this (I use what I did on Linux shared hostings but you can get the idea from this): /apps /cache /config /data /lib /log /plugins /public_html --> this should be your public directory Then on config/projectConfiguration.class.php you should put (on this example) "$this->setWebDir( $this->getRootDir() . DIRECTORY_SEPARATOR . 'public_html' );" Hope this helps. On Tue, Jul 20, 2010 at 11:25 AM, Aaron DM <amai...@gmail.com> wrote: > Searching google came up with a lot of results, here is one from the > symfony forum: > http://forum.symfony-project.org/index.php/m/98117/ > > > On Jul 19, 8:35 pm, despuestambien <carrau.alejan...@gmail.com> wrote: > > Hello, > > > > I have been trying to upload symfony on GoDaddy's Shared hosting. But > > I couldn't!! > > > > Has someone successfully achieved this? What's the BIG catch?? > > > > Pls give a few lines of help at least. I developed for 1 month an > > application to get with this surprise that I can't show the client the > > project online. > > > > I have been trying to create a subdomain to test it. Is it > > the .htaccess, the php.ini, the ProjectConfiguration.config.php? > > > > Thanks a lot in advance! > > > > Sincerely. > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to symfony-users@googlegroups.com > To unsubscribe from this group, send email to > symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com> > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en