[symfony-users] Symfony on Shared Hosting

2011-02-06 Thread Mohd Imran
Hi folks, I want to run symfony project on shared hosting, and i am not allowed to create the virtual host there. Is there any way to run symfony on shared hosting (using .htaccess)? Thanks -Imran -- If you want to report a vulnerability issue on symfony, please send it to security at symf

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

[symfony-users] Symfony on Shared Hosting

2010-07-19 Thread despuestambien
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 projec

[symfony-users] Symfony on shared hosting

2008-12-14 Thread Ward Loockx
Hello, I was developing my project on localhost but I wan't my project to be moved to my shared hosting. I followed this guide http://trac.symfony-project.org/wiki/InstallingSymfonyOnSharedHostNoSsh). Now I still have some problems running my project. The first error I got was with the htacces