Options -Indexes
DirectoryIndex index.html

AddType application/pdf .pdf

RewriteEngine On
# Make a request to the folder itself behave like the reference URL:
# return the PDF inline; the browser's PDF viewer provides its download action.
RewriteRule ^$ arc.pdf [L]
