[symfony-users] sf directory problem

2010-04-26 Thread Ámon Tamás
Hello, I have the following line in my apache settings file: Alias /sf /usr/share/php/data/symfony/web/sf Then when I write to the URL the following: http://mysite/sf/something I get an apache 404 not found error. How can I get my own symfony 404 error, or redirect to an other page? -- Ámon

[symfony-users] sf directory problem

2010-04-26 Thread Tamas Amon
Hello, I have the following line in my apache settings file: Alias /sf /usr/share/php/data/symfony/web/sf Then when I write to the URL the following: http://mysite/sf/something I get an apache 404 not found error. How can I get my own symfony 404 error, or redirect to an other page? -- Ámon

Re: [symfony-users] sf directory problem

2010-04-26 Thread Alexandru-Emil Lupu
http://symfony-check.org/ On Mon, Apr 26, 2010 at 3:12 PM, Ámon Tamás ta...@amon.hu wrote: Hello, I have the following line in my apache settings file: Alias /sf /usr/share/php/data/symfony/web/sf Then when I write to the URL the following: http://mysite/sf/something I get an apache 404

Re: [symfony-users] sf directory problem

2010-04-26 Thread Tamas Amon
Hmm. I do not really understand it. How can I use this tool? And my problem is I have en apache 404 error, not symfony. On 26 April 2010 14:15, Alexandru-Emil Lupu gang.al...@gmail.com wrote: http://symfony-check.org/ On Mon, Apr 26, 2010 at 3:12 PM, Ámon Tamás ta...@amon.hu wrote: Hello, I

Re: [symfony-users] sf directory problem

2010-04-26 Thread Alexandru-Emil Lupu
1. That tool allowed you to see how you can build a sf 404 module ... http://symfony-check.org/permalink/customize-the-oops-page-not-found-page 2. however, i think you have to add a directory or location parameter Alias /sf/ /path/to/sf/data/web/sf/ Directory /path/to/sf/data/web/sf/