- Check out/downloaded the code and copy it to a suitable location.
- Set up your web server's document root to point to the "www" sub-directory. This should be the only directory in the installation that's made publicly available.
- Make sure the "cache" directory is writeable.
- If you want to omit "/index.php/" from your URLs ensure that the web server is configured to allow ".htaccess" files and that the mod_rewrite module is installed and enabled.
- If they aren't already, you'll also need to ensure that magic quotes and register globals are switched off in your PHP configuration file.
» Back to index