Reputation: 2232
I want visitors on www.domain.com to be served with a pdf file on www.domain.com/file.pdf automatically.
The file shoudl be shown in the browser. Not downloaded. Is this possible to do with .htaccess rules?
My webhoster runs apache.
Upvotes: 2
Views: 1204
Reputation: 4302
Put this code in root directory .Htaccess
:
DirectoryIndex file.pdf
Upvotes: 4