I’m having some problems with my urls for page media data files.
When I include
[bid.pdf](bid.pdf)
in my Markdown, the generated slug-style html is
— html bid.pdf
That looks good. However, when I click through, I get a 404 Error. I have the same problem with .txt files, but images work. Is there something I need to do to get the routing for data files?
(For reference, the file is accessible via directory-style links. So, from Twig
I am having this same problem and I believe it used to work just fine. I have a site where I am linking to a PDF or any other file for that matter. My markdown link is like this: [SRraffle-poster.pdf](SRraffle-poster.pdf)
The link I get is like this: http://breastcancersnowrun.org/events/SRraffle-poster.pdf
That is where the pdf file is located so the link should work. I have tried different settings in .htaccess, but that is not the problem. I don’t see an issue raised in github either but am happy to do so.
For now I have to create the links to these files manually.