PHP-Fusion: version 5.01
Welcome to the official development & support site of PHP-Fusion, a light-weight open-source content management system (CMS) written in PHP. It utilizes a mySQL database to store your site content and includes a simple, comprehensive administration system. PHP-Fusion includes the most common features you would expect to see in many other CMS packages. Feel free to post any questions or report any problems in our community forums. Please refer to the FAQ for common questions.
Installation Procedure 
Quick Tips 


The script can be downloaded from here.

The file that you will download is saved in .zip format; this is a compressed bundle containing the files in the distribution. Unzip this archive in a temporary directory on your computer using decompression software.

Start your FTP software and upload all content from /install and /html directory to your web server preserving the file structure.
Note: If you want PHP-Fusion to handle the homepage of your site, upload the contents to your website root (/var/www/html/)
Let's assume you install the contents of the PHP-Fusion folder to /var/www/html/
URL: http://www.mywebsite.com

CHMOD the following folders to 777:
fusion_admin/db_backups
fusion_public/attachments
fusion_public/avatars
fusion_images
fusion_images/photoalbum
fusion_images/articles
fusion_images/news
To change file permissions using your FTP client, select the file by clicking on it once on the remote system side and then right-click on the file to bring up the option menu and select CHMOD.


CHMOD the file fusion_config.php to 777.


Run the install.php script from your web browser e.g. http://www.mywebsite.com/install.php and follow each step.


Enter your MySQL settings. Please use "127.0.0.1" for the Database host address. Click "Next" to continue.


Create your Super Administrator account by completing the form. All fields must be completed.


Congratulations, the installation of PHP-Fusion is now complete.


For security reasons you should delete install.php from your web server after completing the above.


For security reasons, please CHMOD fusion_config.php back to 644.

How do I add a sub-heading?
Enter the heading text as the Link Name and --- as the Link URL.
Back to Tutorial Top