|
General Links
ONLINE MANUAL
General Sections
affCAFF Manager - The Basics
affCAFF Manager - Advanced
affCAFF Content Providers
|
|
affCAFF System Requirements
affCAFF uses PHP and runs entirely on your own website following
installation. Therefore your server must support PHP v3 or higher - but 99% do.
The easiest and dirtiest way to check if your server supports affCAFF is to run
the single installation script. This does the necessary
checks and if it fails, it should be clearly stated with reasons and, if
applicable, installation options.
If you want to check that your server runs PHP without running the installation
script, then put the following into a file called "info.php" and upload it to
your server. Then open it in a browser...it will give you lots of information about
your server and what it is capable of. The mere fact that it runs is probably enough to
guarantee that affCAFF will work on your server.
<html>
<body>
<?php phpinfo(); ?>
</body>
</html>
If your website is written in HTML, go here for an easy solution to
run affCAFF within your HTML pages.
|
|