Don't version control htaccess
authorCameron Ball <c.ball1729@gmail.com>
Sat, 21 Feb 2015 07:55:32 +0000 (15:55 +0800)
committerCameron Ball <c.ball1729@gmail.com>
Sat, 21 Feb 2015 07:55:32 +0000 (15:55 +0800)
.gitignore
public_html/.htaccess [deleted file]

index 03a467d..2fc4881 100644 (file)
@@ -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 (file)
index 93c4480..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-RewriteEngine On
-RewriteBase /
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteRule ^ index.php [QSA,L]
-
-