Ramui webblog installation
Installation of Ramui webblog is pretty simple. You must read this paragraph before you upload this script to your web server.
Read before use:
- Make sure that there is no htaccess file already exists at the folder where you are going to install this script.
- If you have an already established website I strongly recommend installing this script in a backup folder. After successful installation add your already existing web pages to this script database. Then, if satisfied, drag everything from the backup folder to the web root.
- Please note that after installing this script in a folder you can't access any HTML file from that folder and subfolders in it. But file with other extension (e.g. .htm, .php etc.) will work normally.
- It is strongly recommended that keep register_globals = off and
*safe_mode = off in your server's PHP settings. By default PHP keeps these values off. You can edit php.ini file to change these values. If this file is not available for editing then
**add the following two lines at the end of .htaccess file in the webblog folder.
php_flag register_globals off
php_flag safe_mode off
----------------------------------------------------------------------------
*In PHP version 6.0 safe_mode parameter has been removed.
**Change of register_globals and safe_mode values may affect the performance of other PHP files (if any) on your web server.
Installation:
Before you install:
- Ramui Webblog script comes with an auto installer script which can automatically detect the minimum system requirements and if met install it on your server. So you do not need to worry about the installation process, just follow the step by step procedure as given here.
- Download the latest version of Ramui Webblog script from our download page. It is a compressed file .tar.gz format.
- Create MYSQL database from your server control panel or by using PHP-MYADMIN or any other database manager script provided by your hosting service provider.
- Upload the compressed file to your web root (usually public-html or www folder) or in a backup folder (in case of an existing website).
- Extract the compressed file you just uploaded. If your server does not have extract / decompress utility then please decompress it at your local computer before uploading to your server. You can use free 7-Zip File Manager (www.7-zip.org) to decompress the package.
- Set file and folder permission as specified below.
| 1 | fw_blog/pages | Dir | 0644 |
| 2 | fw_blog/upload | Dir | 0644 |
| 3 | fw_blog/headers | Dir | 0644 |
| 4 | fw_blog/database/* | All files + dir | 0644 |
| 5 | yourwebroot/sitemap.xml | File | 0644 |
| 6 | fw_blog/templates/* | All files + dir | 0644 |
| 7 | fw_blog/admin/backup | Dir | 0644 |
Let your domain name is domain.com and the installation directory (where you upload this script) is backup.
Now open the link:
http://domain.com/backup/ on your web browser. You will see a readme file with installation link. On clicking that link the installation form will appear asking your database information and your login information.

You shall use this login information to login your admin control panel. Carefully fill that form and submit it. After successful installation you will be prompted to save a copy of data you provide in the installation form. Please save it at your local computer and keep a hardcopy. Also a copy of your login information will be send to the email address you provide. So do not use any fake email address.