From: Arun Persaud Date: Sun, 3 Jun 2012 15:31:41 +0000 (-0700) Subject: renamed .htaccess_template to htaccess_template to make it visible X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=photo-tags.git;a=commitdiff_plain;h=4297670a6158a584b9d8b3c04214ff2974fb645a renamed .htaccess_template to htaccess_template to make it visible --- diff --git a/README b/README index 146cd71..b4d4b19 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ then run for example f-spot-db-reduce.sh --include='Public' This will create a new smaller database that only contains information -about pictures with the Public tag. +about pictures with the Public tag. 2) Next run @@ -25,7 +25,7 @@ rented web-space where execcive CPU uses is an issue. 3) install .htaccess -edit the "RewriteBase" in the .htaccess_template file and rename it to .htaccess. +edit the "RewriteBase" in the htaccess_template file and rename it to .htaccess. Onces this is done you can visit index.php and everything should be working. Feel free to fork, send in patches, make suggestions. diff --git a/.htaccess_template b/htaccess_template similarity index 100% rename from .htaccess_template rename to htaccess_template