Free Hosting Tutorials

how to use mail option in control panel

how to use mail option in control panel 1.Log into the control panel 2.click on the mail option. 3. Email accounts – allows you to create e-mail accounts, define passwords and quotas for them 4.Webmail- allows you to access the webmail (Horde, Squirrelmail and RoundCube) 5.Spam Assassin – is an automated email filtering system that […]

HTTP Error 500 Internal server Problem for php pages

Internal server error” error message when a user tries to access your Apache or Lighttpd based dynamic php application enerally, to solve this problem we need to take help of log files located at following location: => /var/log/message => /var/log/httpd/error_logs (/var/log/lighttpd/error_log or /var/log/httpd/error_log) This error only occurs because of web server software. However after looking […]

how to use cron job in cpanel

1.Log into the cpanel 2.click on the cronjob icon on the cpanel 3.The cron job dialog displays 4.There are two different ways you can   add a cron job: Standard and Advanced To set the cron job using standard,click on the standard 5.Enter the email address where the cron output will be sent 6.Enter the command […]

how to Install PHPmyadmin

How to install phpmyadmin 1.Download the phpmyadmin software wget http://http://www.phpmyadmin.net/home_page/downloads.php/phpmyadmin-3.30-eng-zip 2.Extract the file. 3.Upload the file using ftp client 4.Place the software in the location where you want to use phpmyadmin 5.Now creatre the mysql database,create the database username and add the user to that database. 6.Now  load the PhpMyAdmin page using the corresponding url […]