News Feed
Jobs Feed
Sections




News Archive
Ask Apache Blog:
A better way to use PDF files online
November 26, 2007 @ 11:11:00

From the Ask Apache blog, there's a quick tip that makes it simple to give your site's visitors the option to either download or view a PDF file no matter what their browser default is.

One of the most annoying things on the Internet for me is when I click on a link to an Adobe PDF file. For me this is annoying to the extreme because the PDF file is openened directly in your browser because of the Adobe PDF Plugin that almost all browsers have installed. [...] For me an ideal solution would be to offer me choices.

His solution uses mod_rewrite in an .htaccess file to push the visitor to a PHP file. This file grabs the filename they want and pulls in the content, pushing it back out the other side with the "attachment" header that forces a request box on the browser.

0 comments voice your opinion now!
pdf file modrewrite htaccess save open choice pdf file modrewrite htaccess save open choice


blog comments powered by Disqus

Similar Posts

Programming Facts Blog: Upload large(Big) files in PHP using .htaccess

PHPHacks.com: Security in PHP

DevShed: Introducing Mediator Classes in PHP 5

Kevin Schroeder: Why is FastCGI /w Nginx so much faster than Apache /w mod_php?

DevShed: Introducing the Strategy Pattern


Community Events











Don't see your event here?
Let us know!


unittest interview testing tool zendframework2 series functional opinion composer example introduction community phpunit release object framework development code language podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework