public marks

PUBLIC MARKS from apachedude with tags set & mod_rewrite

October 2007

Fresh .htaccess Examples: Cookies, Variables, Custom Headers

by 1 other
htaccess mod_rewrite code for Cookie Manipulation and Tests, Set Environment Variables and use them to send Headers and Rewrites, and Mod_Security .htaccess Examples

May 2007

mod_rewrite Fix for Caching Updated Files

(via)
Web Developers sometimes use file.ext?v=004 as a version control system to force visitors to use updated files. This is terrible. Instead link to apache-003.css and set it to be cached forever. When you change the file you just change the links to apache-004.css. That eliminates millions of bandwidth and resource robbing If-Modified-Since requests.