[symfony-users] Re: Installation on shared hosting

2010-01-16 Thread Mehdi
This article will help you: http://www.bernawebdesign.ch/byteblog/2009/07/10/symfony-project-on-bluehost-shared-hosting/comment-page-1/ On Jan 13, 11:30 am, Ali aalish...@gmail.com wrote: Hi , thanks alot for your help , this time i m not getting any 500 error but , it show me a blank screen :(

[symfony-users] Re: Installation on shared hosting

2010-01-15 Thread Maciek
There is an easier way which works when you have ssh access. Remove public_html directory and create symbolic link to project/web ln -s where/your/project/is/web public_html This method allows to place files wherever you want. -- You received this message because you are subscribed to the

Re: [symfony-users] Re: Installation on shared hosting

2010-01-13 Thread Frank He
using frontend_dev.php to see the errors. At least, you have already installed your project to blue host On Wed, Jan 13, 2010 at 3:30 AM, Ali aalish...@gmail.com wrote: Hi , thanks alot for your help , this time i m not getting any 500 error but , it show me a blank screen :( On Jan 13,

[symfony-users] Re: Installation on shared hosting

2010-01-12 Thread Darren884
You should have at least one directory above the public_html. What you will have to do is install it there and then set the web directory to the public_html. You might come into some problems with opeb_base_dir. If that is the case you will need to modify your PHP security settings. On Jan 12,

Re: [symfony-users] Re: Installation on shared hosting

2010-01-12 Thread Frank He
You can add multiple symfony projects in just one account, like what I did with hostmonster structure can be like this: public_html --web(all your web assets including index.php) --symfony-clb(all symfony files, apps, configue...) And then in your webroot, modify your controller like this: