From c6d69666bb964be0dd0cf93e506aaaba36b108ab Mon Sep 17 00:00:00 2001 From: leosw Date: Tue, 29 Jan 2019 19:33:07 +0100 Subject: [PATCH] Fix exampleweb URL with trailing / --- includes/config.example.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.example.php b/includes/config.example.php index 4c056c5..0f69b01 100755 --- a/includes/config.example.php +++ b/includes/config.example.php @@ -15,7 +15,7 @@ $config['include_folder']=basename(__DIR__); $config['abs_root_folder']=str_replace($config['include_folder'],"",__DIR__); // This is the relative folder to the root of the website from the DocumentRoot (can also be called subfolder) $config['rel_root_folder']=str_replace($_SERVER['DOCUMENT_ROOT'],"",$config['abs_root_folder']); -$config['web_root_folder']="kabano.test"; +$config['web_root_folder']="kabano.test/"; if($config['rel_root_folder']=="") $config['rel_root_folder']="/"; // Here all the absolute paths to specific folders