Free Hosting Tutorials

How to add domains in EARTH PLAN using Add-on domain

1. Login to  your cpanel 2. Click >> ADD-ON Domain 3. Enter the domain name and ftp user name and password and Click OK 4.  A separate folder for that domain will be created under httpdocs folder 5. Upload the contents of that domain under that folder NOTE:  In this plan separate ftp account will […]

Regarding asp.net problem in Windows

Follow the below steps to resolve this issue 1.  Login to hosting control panel,  click >>HOME,  click>> SETUP 2.  Select Proper ASP.NET version and  PHP version and select the extension as ISAPI and click OK OR 1.  Login to hosting control panel,  click >>HOME 2.  Click >>ASP.NET and select proper version and backend coding and […]

How to configure Google Ghs MX CNAME Record

“configure Google ghs” Login to cpanel as root Then in DNS functions Click Edit DNS zone In 5 entry MX >> mention  as aspmx.l.google.com. In 6 entry change mail to email and change cname as ghs.google.com. Finally add new entries Domain name MX 5 alt1.aspmx.l.google.com. Domain name MX 10 alt1.aspmx.l.google.com. Domain name MX 10 aspmx4.googlemail.com.

Maximum upload file size using .htaccess in linux

Hi, The maximum upload size allowed in the server is 10 MB. ——————— 1) Create a .htaccess file in the root folder of web server. 2) Put the following code in side the .htaccess file and save it. php_value upload_max_filesize 10M php_value post_max_size 10M php_value max_execution_time 200 php_value max_input_time 200 ——————— Now you can upload […]