JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
images can cache indefiniteley, fixed wording on accound admin page
[contractor-progress.git] / .htaccess
index 6f5c6ec..40ef2c0 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -7,3 +7,9 @@ RewriteRule    ^$  /run.php
 RewriteRule    ^[^/]*\.html$  /run.php
 RewriteRule    ^[^/.]*$  /run.php
 RewriteRule    ^[^/]*.css$  /css_mangler.php [L]
+
+
+<FilesMatch "\.(jpg|png)$">
+       ExpiresActive On
+       ExpiresDefault A31536000
+</FilesMatch>