diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-02-14 19:52:45 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-02-14 19:52:45 +0000 |
commit | d03872979756371aeff787bca107db9a88d7004a (patch) | |
tree | a871c8a8452657d3168c6190585c89894c1d528e /includes/conf.php | |
parent | 62212c7b3d08c4162c7ee7bc29895c8d98710ce8 (diff) | |
download | brdo-d03872979756371aeff787bca107db9a88d7004a.tar.gz brdo-d03872979756371aeff787bca107db9a88d7004a.tar.bz2 |
- Clean URLs.
Diffstat (limited to 'includes/conf.php')
-rw-r--r-- | includes/conf.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/conf.php b/includes/conf.php index b4c97313f..f9b29e4c3 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -18,6 +18,13 @@ $db_url = "mysql://drupal:drupal@localhost/drupal"; # +# Base URL: +# +# The URL of your website's main page. +# +$base_url = "http://localhost"; + +# # PHP settings: # # To see what PHP settings are known to work well, take a look at |