문제

Fuelphp redirect to file. In fuelphp in the public folder i have a folder named files(public/files). There i have some pdf and jpeg files i want to create a hyperlink to these files, so when i access the hiperlink it will take me to that file and view it in browser, like when you access a direct file on server in apache. I created the hiperlink like this: myhost/index.php/files/myfile.pdf but i don't know how to access it. Do i have to setup something in routes? Or there is another way? Thank you.

도움이 되었습니까?

해결책

Create the hyperlink to myhost/files/myfile.pdf if your server can understand public/.htaccess (mod_rewrite).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top