]> git.za3k.com Git - za3k_blog.git/commitdiff
Move from apache to nginx
authorZachary Vance <za3k@za3k.com>
Mon, 30 Nov 2015 04:29:57 +0000 (20:29 -0800)
committerZachary Vance <za3k@za3k.com>
Mon, 30 Nov 2015 04:29:57 +0000 (20:29 -0800)
.htaccess [deleted file]

diff --git a/.htaccess b/.htaccess
deleted file mode 100644 (file)
index 7e25e32..0000000
--- a/.htaccess
+++ /dev/null
@@ -1,8 +0,0 @@
-<IfModule mod_rewrite.c>
-RewriteEngine On
-RewriteBase /
-RewriteRule ^index\.php$ - [L]
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule . /index.php [L]
-</IfModule>