From 3c4645a14bb2f754931a55637066c3163a44ecbd Mon Sep 17 00:00:00 2001 From: Sibidharan Nandhakumar <hello@sibidharan.me> Date: Mon, 3 May 2021 17:47:09 +0530 Subject: [PATCH] Readme fixes --- README.md | 2 ++ api/.htaccess | 12 ------------ 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 api/.htaccess diff --git a/README.md b/README.md index cb8e9d2..7e4fed6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ To get started, clone this repository to a proper document root. For XAMPP, this is `htdocs`. For private apache setup, its upto you how you configiure. +This code is right now accessible at: https://api1.selfmade.ninja + Right outside the document root, create a file called `env.json` and keep the contents of the file similar to the following. ``` diff --git a/api/.htaccess b/api/.htaccess deleted file mode 100644 index 5468ccf..0000000 --- a/api/.htaccess +++ /dev/null @@ -1,12 +0,0 @@ -#RewriteBase / -#RewriteEngine On - -#RewriteCond %{REQUEST_FILENAME} !-d -#RewriteCond %{REQUEST_FILENAME} !-s -#RewriteRule ^(.*)$ index.php?rquest=$1 [QSA,NC,L] - -#RewriteCond %{REQUEST_FILENAME} -d -#RewriteRule ^(.*)$ index.php [QSA,NC,L] - -#RewriteCond %{REQUEST_FILENAME} -s -#RewriteRule ^(.*)$ index.php [QSA,NC,L] -- GitLab