diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-06 04:55:22 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-06 04:55:22 +0000 |
commit | 3fe8cd7135577499a9319da4a71467ba56ad46b4 (patch) | |
tree | 956424714428d0b9d001a71aa642396cd9f61753 | |
parent | c4407f7bdafd5390ecff98c2fb38aeaae9a9195c (diff) |
Drop the ? from the base url; we're going to count on Apache PathInfo for navigation.
-rw-r--r-- | core/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |