From 34e3782a61cc3f9c9a9154648bdcf5c19af737ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Fri, 14 Aug 2020 15:11:42 +0300 Subject: [PATCH] Add additional info --- config.php.template | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/config.php.template b/config.php.template index 511f9ba..0dba3bc 100644 --- a/config.php.template +++ b/config.php.template @@ -3,14 +3,20 @@ // SERVER STATUS CONFIG FILE TEMPLATE // THIS FILE IS FOR CREATING YOUR CONFIG MANUALLY // !!!!!!!IMPORTANT NOTE!!!!!!!!! -// You will need to create your htaccess or web.config file yourself. +// You will need to create your htaccess or web.config file yourself if you use this template // Please head to http(s)://yourdomain.com/create-server-config.php // Wait until script finishes. // Then delete it from your document root. -// We are sorry for this inconvinience and we will be automating this process soon. -// ------------------------ +// If you don't want to allow php to access your root directory or if you have permission +// issues please follow the steps below. +// -------------------------- +// FOR IIS: +// Rename IISWebConfig to web.config +// FOR Apache and Nginx +// Rename ApacheHtaccess to .htaccess +// -------------------------- // Contributors: -// Vojtěch Sajdl - Yigit Kerem Oktay - Thomas Nilsen - jhuesser +// Vojtěch Sajdl - Yigit Kerem Oktay - Thomas Nilsen - jhuesser /**************************************************************************************/ session_start();