From d20156696059b6520a04039de5e0537ad9aa97c8 Mon Sep 17 00:00:00 2001 From: Lai Power Date: Tue, 7 Apr 2020 13:11:51 +0000 Subject: [PATCH] modified file `htaccess` (after deactivation of `Disable WordPress Core Updates` version 1.5) --- htaccess | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 htaccess diff --git a/htaccess b/htaccess new file mode 100644 index 0000000..e303c53 --- /dev/null +++ b/htaccess @@ -0,0 +1,12 @@ + +# BEGIN WordPress + +RewriteEngine On +RewriteBase / +RewriteRule ^index\.php$ - [L] +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule . /index.php [L] + + +# END WordPress \ No newline at end of file