Real Global Solutions

Where knowledge you can get ?

Archive for the ‘Hosting Provider’ tag

How can I get web hosting from my internet provider?

with 11 comments

I have Qwest internet, and I want to know if there is a way that I can get web hosting from them. Otherwise, does anyone know of any sites that are relatively inexpensive and effective for web hosting?

Written by admin

August 12th, 2009 at 2:37 pm

How Moving site with full backup With SSH or Shell Access

without comments

How Moving site with full backup With SSH or Shell Access :-

Step 1: ( Old Hosting Provider )

Request from your hosting provider full backup

or

Go cpanel -> Backups -> Generate full backup

after finish move your full backup to public_html and change permission to 777

save your link example:

http://www.yourdomain.com/your-backup-files.tar.gz

Step 2: ( New Hosting Provider )

make sure you have Ssh/Shell Access if not reqiest from your hosting provider.

login to Ssh/Shell Access

fill up:

cd /home ( click enter )

wget http://www.yourdomain.com/your-backup-files.tar.gz ( click enter )

done.  After finish.. do step 3

Step 3:

login to your WHM ( Only Hosting Provider have access for WHM cPanel not Reseller Hosting or Clients )

Backup -> Restore a Full Backup/cpmove file

Enter the username for the account you wish to restore: ( your current username )

click “restore”

done,  good luck ;)