JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update wfpl and templates
[contractor-progress.git] / .htaccess
index a7bee83..40ef2c0 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -6,3 +6,10 @@ RewriteEngine  on
 RewriteRule    ^$  /run.php
 RewriteRule    ^[^/]*\.html$  /run.php
 RewriteRule    ^[^/.]*$  /run.php
+RewriteRule    ^[^/]*.css$  /css_mangler.php [L]
+
+
+<FilesMatch "\.(jpg|png)$">
+       ExpiresActive On
+       ExpiresDefault A31536000
+</FilesMatch>