From 9d189605d5ccdbd7125f2e8839c63fa2028d44c1 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 8 May 2012 20:42:59 -0700 Subject: auto-versioning for js and css files. Needs .htaccess to be installed The md5 of the file will be added to the filename of the .js or .css file. .htaccess will remove these again, but the browser will be able to cache correctly now. --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 1929213..886a94d 100644 --- a/INSTALL +++ b/INSTALL @@ -55,6 +55,10 @@ Installation return; } -3) Log in and enjoy ;) +3) install .htaccess: copy htaccess.template to .htaccess and edit it to set RewriteBase. + If your site is at http://example.org/~test/edoko you need to set + RewriteBase to /~test/edoko + +4) Log in and enjoy ;) Arun -- cgit v1.2.3-18-g5258