News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Protect files within public folders with mod_rewrite and PHP
November 29, 2010 @ 09:45:43

Gonzalo Ayuso has a new post that can help you protect certain files inside of a public folder by combining mod_rewrite and PHP.

Here's the problem. We have a legacy application (or a WordPress blog for the example) and we want to protect the access to the application according to our corporate single sign on. We can create a plug-in in WordPress to ensure only our single sign-on's session cookie is activated.

In his example, he shows the handling of an uploaded file and a plugin that can be used to protect parts of the site based on session information. Unfortunately, by itself, this doesn't prevent the direct access of the file. His trick is to route all file access back through a central "media.php" script that fetches it from a file location (could even be outside the docroot). The routing to the PHP is handled via mod_rewrite and the code checks the permissions on the current user's session for access.

0 comments voice your opinion now!
modrewrite public folder tutorial protect file wordpress


blog comments powered by Disqus

Similar Posts

Sasa Stamenkovic's Blog: Building CLI Apps With Symfony Console Component

Maarten Balliauw's Blog: Windows Azure and scaling: how?

DevShed: Introducing SimpleXML in PHP 5

Giorgio Sironi's Blog: Php login with Zend_Auth

AOL Developer Network: A Primer for OpenID with PHP


Community Events











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


development release composer zendframework2 series language introduction code interview application community api example framework phpunit opinion database podcast functional testing

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