From a0d03bb311113bf74084107ce129127dbc0d4b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Wed, 2 May 2018 22:26:24 +0200 Subject: [PATCH] Continued: - renamed .htaccess -> .htaccess-dist and ignored .htaccess to allow local changes - described /nbproject/private/ ignore (NetBeans IDE's private project data) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .gitignore | 5 +++++ .htaccess => .htaccess-dist | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) rename .htaccess => .htaccess-dist (96%) diff --git a/.gitignore b/.gitignore index 26d339477..12dd3b49e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,9 +23,11 @@ report/ .buildpath .externalToolBuilders .settings + #ignore OSX .DS_Store files .DS_Store +#ignore NetBeans IDE's private files (at least) /nbproject/private/ #ignore smarty cache @@ -60,3 +62,6 @@ vendor/* #ignore addons/ directory addons/ + +#Ignore .htaccess as it may contain local changes +.htaccess diff --git a/.htaccess b/.htaccess-dist similarity index 96% rename from .htaccess rename to .htaccess-dist index 2348cdc38..a671cc680 100644 --- a/.htaccess +++ b/.htaccess-dist @@ -4,7 +4,7 @@ AddType audio/ogg .oga #AddHandler php53-cgi .php - + #Apache 2.4 Require all denied @@ -38,4 +38,3 @@ AddType audio/ogg .oga RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA] -