Free Hosting Tutorials

How to install Joomla with Fantastico

1.To install joomla with fantastico ,log into the control panel http://domainname/cpanel 2.click on the fantastico icon on the bottom of the control panel 3.Selct joomla from the menu list available at the right side. 4Click on new installation. 5.Now a form opens with the necessary steps to install the joomla. 6. – installation directory: it ask […]

Web Server -Important Port number and Description

Web Server Related Port Number Description PORT DESCRIPTION FTP-data 20 Only if you use FTP on your server FTP 21 SMTP 25 Sendmail DNS 53 Domain Name Service WWW 80 Standard web server port POP3 110 For receiving email IMAP 143 IMAP3 220 LDAP 389 Lightweight Directory Access Protocol HTTPS 443 HTTP using SSL SMTPS […]

How to backup drupal website

To take backup of drupal Backup all your websites contents Backup all the files and folders in the directory  via FTP client named filezilla Exporting and importing database Now you can export your drupal database using PHPmyadmin

how to create php info page

If you don’t have php info page in the server create a sample info.php page and upload it in the server Name the file as info.php the php file contains one single code as follows <?php phpinfo() ?> -> save this code in ths notepad Now upload the file in the server and view it […]