Free Hosting Tutorials

how to solve internal server error in linux ?

How to solve internal server  error While opening your website,if you faced any problem like “Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@domain name and inform them of the time the error occurred, and anything you might have done […]

How to Activate Search Engine Friendly URLs in Drupal?

How to enable Search Engine Friendly url in Drupal 1.Edit the .htaccess file 2.save the below contents into .htaccess file RewriteEngine on RewriteBase /drupal RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] 3.Log in the administrative  of Drupal site and enable the path module 4.Then you have to test the clean url and […]

How to set cron job in cpanel

STEPS TO ADD CRON JOB IN CPANEL: 1. Login to cpanel using the url >> http://domainname/cpanel 2. Click Cron jobs 3.  enter the path name and mention the time specifications  (minutes,hour,daily,days,weekly) and enter the email id so that you will get the cron job completion info to your mail.

How to install the Drupal -CMS application

How to install Drupal in vps 1.Log into the vps using ssh 2.Download the package wget http://ftp.drupal.org/files/projects/drupal-6.16.tar.gz extract the package OR If your are trying to install via cpanel means, download and extract the package in the local machine and upload it in the control panel >> file manager >> public_html 3.create a database in […]

List of HTTP status codes

401 Unauthorized Similar to 403 Forbidden, but specifically for use when authentication is possible but has failed or not yet been provided. The response must include a WWW-Authenticate header field containing a challenge applicable to the requested resource. 403 Forbidden The request was a legal request, but the server is refusing to respond to it. […]