diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2012-12-31 16:03:35 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2012-12-31 16:03:35 +0000 |
| commit | 9b65eafe9074fe1d2b62c69db41bc353bb3143d2 (patch) | |
| tree | c77719994e0762a2ad3bb628053b000e0aa23eef | |
| parent | 99036791cbd25bb3c3f133a788200c5918742f0f (diff) | |
Updated README to have a small blurb about non-.php extension URLs and mod_rewrite.
| -rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,6 +18,12 @@ http://nutridb.org/download.php Minimally you will need to edit $config->_rootDir, $config->_rootUri and the DB constants. +5) This software relies on the mod_rewrite Apache module to remove + .php extensions from URLs. There is an .htaccess file included + which accomplishes this, but you will at the very least need to + have an "AllowOverride FileInfo" in your host's Apache config for + this to work. + That should be about it. INSTALLING A NEW VERSION OF THE SR DATABASE |
