Skip to content
Snippets Groups Projects
Commit 3c4645a1 authored by Sibidharan's avatar Sibidharan :speech_balloon:
Browse files

Readme fixes

parent 051839df
No related branches found
No related tags found
No related merge requests found
......@@ -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.
```
......
#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]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment