[symfony-users] Re: dev x prod enviroment

2007-11-22 Thread g0d br
Kiril, you right thats the problem, but i dont known much about .htaccess file so i did this: File: 'arq='.$sy->getFileId()) ?> thank you 2007/11/22, Kiril Angov <[EMAIL PROTECTED]>: > > > Because the .htaccess files does not pass requests with file extension > (.txt, .pdf, .etc). Look at the

[symfony-users] Re: dev x prod enviroment

2007-11-22 Thread Kiril Angov
Because the .htaccess files does not pass requests with file extension (.txt, .pdf, .etc). Look at the .htaccess file for details but you need to set up special case in your .htaccess file to also pass .pdf to to index.php Kupo g0d br wrote: > i just found out that if i get the link result fr

[symfony-users] Re: dev x prod enviroment

2007-11-22 Thread g0d br
i just found out that if i get the link result from File: getFileId()) ?> and change download/system/arq/1195653085.pdf to download/system?arq= 1195653085.pdf it works why rounting is not working for this module ? 2007/11/22, g0d br <[EMAIL PROTECTED]>: > > when i click the link to download it

[symfony-users] Re: dev x prod enviroment

2007-11-22 Thread g0d br
when i click the link to download it shows 404 not found page File: getFileId()) ?> Not Found The requested URL /download/system/arq/1195653085.pdf was not found on this server. -- Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6 Server at intranet.projetos Port 80 thanks

[symfony-users] Re: dev x prod enviroment

2007-11-21 Thread naholyr
When you that it's <>, what exactly are the symptoms ? On 21 nov, 19:29, "g0d br" <[EMAIL PROTECTED]> wrote: > hi, > > i having an problem that i cant troubleshoot. > > i am trying to do a file download through action download/test on dev mode > frontend_dev.php works fine but on prod mode index.