Re: [symfony-users] Symfony on Shared Hosting

2010-07-20 Thread Eno
On Tue, 20 Jul 2010, Alejandro Carrau wrote: > I did that but i can't access mydomain.com/module. I can only access thru > mydomain.com/index.php/module. no_script_name is a FAQ: http://www.symfony-project.org/gentle-introduction/1_4/en/09-Links-and-the-Routing-System#chapter_09_url_rewriting

Re: [symfony-users] Symfony on Shared Hosting

2010-07-20 Thread Alejandro Carrau
I did that but i can't access mydomain.com/module. I can only access thru mydomain.com/index.php/module. On Godaddy I have my domain on mydomain.com -> /mydomain.com/web. My shared hosting is Windows does that change anything? On ProjectConfiguration.config.php i did: $this->setWebDir($this->get

Re: [symfony-users] Symfony on Shared Hosting

2010-07-19 Thread Eno
On Mon, 19 Jul 2010, despuestambien wrote: > 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?? Would not recommend shared hosting for symfony apps unless they can fulfill all the requirements f

Re: [symfony-users] Symfony on Shared Hosting

2010-07-19 Thread Augusto Flavio
I have done it. Do you change the document root on ProjectConfiguration ? Try to enable the dev env to check where is the problem. The project should works without change the .htaccess. Bye Augusto Morais -- If you want to report a vulnerability issue on symfony, please send it to secu