I am running Symfony 1.4 on Linux. My application creates pdf files and saves the files in the following directory: /srv/www/vhosts/myapp/htdocs/stmts
Here is an example of the path to a particular pdf file: /srv/www/vhosts/myapp/htdocs/stmts/example_001.pdf
My symfony is installed in the following path: /srv/www/vhosts/myapp/htdocs
Nasıl example_001.pdf dosyası benim Symfony uygulamadan bir rota oluşturabilirsiniz? Ben pdf dosyası benim Symfony uygulamasında bir bağlantı oluşturmak mümkün olmak istiyorum. Bir kullanıcı linke tıkladığında pdf açılacak.
Thank You