From b9ba616b7b5441eaccc28043cdb4300eaafe044a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 1 May 2018 23:40:57 +0200 Subject: [PATCH] Let's have .htaccess not being committed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .gitignore | 1 + .htaccess => .htaccess-dist | 0 README.md | 2 ++ 3 files changed, 3 insertions(+) rename .htaccess => .htaccess-dist (100%) diff --git a/.gitignore b/.gitignore index c60897f7..9df6b903 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.out +.htaccess .htconfig.php #* favicon.* diff --git a/.htaccess b/.htaccess-dist similarity index 100% rename from .htaccess rename to .htaccess-dist diff --git a/README.md b/README.md index d94b17ab..fe7300e4 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Example cronjob using `www-data` user. */5 * * * * www-data cd /var/www/friendica-directory; php include/cron_sync.php ``` +### 5. Copy .htaccess-dist to .htaccess and make local modifications + ## How syncing works The new syncing features include: pushing and pulling.