From 9fbab25951fb840aa1008b16746bfd8362752e2c Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sun, 29 Mar 2009 22:01:48 -0400 Subject: [PATCH] images can cache indefiniteley, fixed wording on accound admin page --- .htaccess | 6 ++++++ people.html | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index 6f5c6ec..40ef2c0 100644 --- a/.htaccess +++ b/.htaccess @@ -7,3 +7,9 @@ RewriteRule ^$ /run.php RewriteRule ^[^/]*\.html$ /run.php RewriteRule ^[^/.]*$ /run.php RewriteRule ^[^/]*.css$ /css_mangler.php [L] + + + + ExpiresActive On + ExpiresDefault A31536000 + diff --git a/people.html b/people.html index 2b1ecca..ed8d520 100644 --- a/people.html +++ b/people.html @@ -21,7 +21,7 @@ -

Add a new entryEdit entry "~username.html~"

+

Add a new accountEdit ~username.html~'s account

@@ -44,10 +44,10 @@

people Listing

-

[Add a new record]

+

[Add a new account]

- +
~username.html~[delete this record]
~username.html~[delete this account]
@@ -55,7 +55,7 @@

No ~field_plural.html~ in database.

-

[Add a new record]

+

[Add a new account]

Back to main page

-- 1.7.10.4