From 85550c3c28e9b0613f0956840b965c56fc0bb85e Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Sat, 21 Feb 2015 15:55:32 +0800 Subject: [PATCH] Don't version control htaccess --- .gitignore | 3 ++- public_html/.htaccess | 6 ------ 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 public_html/.htaccess diff --git a/.gitignore b/.gitignore index 03a467d..2fc4881 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ FacebookApp.php app.php SimfileCache upload.html -Users \ No newline at end of file +Users +.htaccess \ No newline at end of file diff --git a/public_html/.htaccess b/public_html/.htaccess deleted file mode 100644 index 93c4480..0000000 --- a/public_html/.htaccess +++ /dev/null @@ -1,6 +0,0 @@ -RewriteEngine On -RewriteBase / -RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule ^ index.php [QSA,L] - - -- 2.11.0