From 08fbe176276b8f92aec4490d5b0f03a5a4e4fa7c Mon Sep 17 00:00:00 2001 From: Jeroen van Riet Paap Date: Wed, 27 Jan 2016 23:40:33 +0100 Subject: no trailing slash it will break your system --- install/htconfig.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install/htconfig.sample.php b/install/htconfig.sample.php index 794afa93b..df39bc9ad 100755 --- a/install/htconfig.sample.php +++ b/install/htconfig.sample.php @@ -37,7 +37,7 @@ $db_type = 0; // use 1 for postgres, 0 for mysql $default_timezone = 'America/Los_Angeles'; -// What is your site name? +// What is your site name? DO NOT ADD A TRAILING SLASH! $a->config['system']['baseurl'] = 'https://myredsite.example'; $a->config['system']['sitename'] = "Hubzilla"; -- cgit v1.2.3