I have a website hosted on Fedora and I need my users to beable to download PDF files, is there any mod_rewrtie I can use to only allow PDF's to be downloaded, at the moment it just goes to 404 page.

Cheers

J

link|improve this question
This question is regarding server configuration. It should have been asked at ServerFault.com, StackOverflow's sibling site for server-related questions. – sholsinger Nov 9 '10 at 16:29
feedback

migrated from stackoverflow.com Nov 10 '10 at 16:01

This question came from our site for professional and enthusiast programmers.

2 Answers

Use tail -f /var/log/httpd/* for get the httpd error message

link|improve this answer
feedback

How about only putting .PDFs on the server if that's all it does?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.