Free Hosting Tutorials

How to enable auto responders for mail in Cpanel

Steps to enable auto responers for mail account: 1.  Login to cpanel using url http://domainname/cpanel 2.  Select  Auto responders    >> click add responder >> enter email id , subject , body and >> cleck create/modify 3. Now auto responder will be enabled for your mail account Whenever someone sends a mail to your account, […]

How to create self-signed certificate

How to create a self signed certificate ******Install Apache with ssl enabled****** Step 1: Generate a Private Key openssl genrsa -des3 -out server.key 1024 Step 2: Generate a CSR (Certificate Signing Request) openssl req -new -key server.key -out server.csr Step 3: Remove Passphrase from Key cp server.key server.key.org openssl rsa -in server.key.org -out server.key Step […]

How to take backup for a website via cpanel

Follow the below steps to take backup: 1. Login to hosting control panel ie: cpanel using >> http://domainname/cpanel 2. Click backup >> click download or generate full ftp backup >> select BACKUP DESTINATION :  Remote FTP Server(passive mode) EMAIL ID:  enter email id (so that you will get intimation once backup is completed)

How to enable Mail Forwarders in Cpanel

STEPS TO ENABLE MAIL FORWARDING IN CPANEL: 1.  Login to cpanel using the url http://domainname/cpanel 2. In home page click forwarders >> Add Forwarder >> enter source and destination email id >> click add forwarder 3.  Now you will get copy of all the mails which you receive in source id  to the  destination id. […]