From: Zachary Vance Date: Mon, 30 Nov 2015 04:29:57 +0000 (-0800) Subject: Move from apache to nginx X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=1dcaac852f7e9c752173b3e2513ee31ad34804d8;p=za3k_blog.git Move from apache to nginx --- diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 7e25e32..0000000 --- a/.htaccess +++ /dev/null @@ -1,8 +0,0 @@ - -RewriteEngine On -RewriteBase / -RewriteRule ^index\.php$ - [L] -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule . /index.php [L] -