From 3fe8cd7135577499a9319da4a71467ba56ad46b4 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 6 Nov 2008 04:55:22 +0000 Subject: Drop the ? from the base url; we're going to count on Apache PathInfo for navigation. --- core/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/config/config.php b/core/config/config.php index 13652434..6805f52e 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -37,7 +37,7 @@ $config['site_protocol'] = ''; * * This can be removed by using URL rewriting. */ -$config['index_page'] = 'index.php?'; +$config['index_page'] = 'index.php'; /** * Fake file extension that will be added to all generated URLs. Example: .html -- cgit v1.2.3