From f56d4a2deacd20a9f4a589ab97dae2119192c3bc Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Sat, 13 May 2017 13:44:55 +0200 Subject: [PATCH] Fix baseURL settings in configuration --- oai2config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oai2config.php b/oai2config.php index 11cb5a0..bbb444d 100644 --- a/oai2config.php +++ b/oai2config.php @@ -29,8 +29,8 @@ $config = array(); // A human readable name for the repository $config['repositoryName'] = 'German Literature Archive, Marbach'; -// The base URL of the repository, i.e. the URL of the oai2.php file -$config['baseURL'] = 'http://www.dla-marbach.de/oai2/oai2.php'; +// The base URL of the repository, i.e. the directory you deployed the files to +$config['baseURL'] = 'http://www.dla-marbach.de/oai2/'; // Email address for contacting the repository owner $config['adminEmail'] = 'info@dla-marbach.de';