HTACCESS Wrappers with PHP
By Robert Plank2005-05-25
HTACCESS Wrappers with PHP
A wrapper is like a middleman. Using htaccess you can tell your web server to "forward" certain files to PHP scripts of yours. When a visitor tries to load an image in their browser, you could activate a script that adds a watermark to the image. When an HTML page is loaded you could query an IP-to-country database and have your HTML pages translated into the native language of your visitor's country-of-origin.
Every file in a folder, or all files of a certain type in a folder, can be instructed to go through a PHP script.
Tutorial pages:
|
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "HTACCESS Wrappers with PHP"
You must be logged in to post a comment.
Link to This Tutorial Page!

