From 52c5d02dbceadd54ce055d8ad35a6e35f27d298d Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Tue, 30 May 2023 09:10:27 +0200 Subject: [PATCH] Add config entry for php_baseurl --- site.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/site.cfg b/site.cfg index a71dd2a..ff8d939 100644 --- a/site.cfg +++ b/site.cfg @@ -3,8 +3,8 @@ # dbi:: [DBI] # Configuration settings for SQLite -#database: sqlite -#driver: dbi:SQLite:hpr.db +database: sqlite +driver: dbi:SQLite:hpr.db #user: (not used - leave blank) #password: (not used - leave blank) # Configuration settings for MySQL @@ -25,7 +25,8 @@ output_path: ./public_html [root_template] content: page.tpl.html #baseurl: OPTIONAL [i.e. file://] -baseurl: file:///home/roan/Development/hpr/website/hpr_generator/public_html/ +#baseurl: http://www.hackerpublicradio.com/ +php_baseurl: http://php.hackerpublicradio.com/ media_baseurl: https://archive.org/download/hpr$eps_id/ # Configure the navigation menu and the content templates for each page