Archive for the ‘Hosting Provider’ tag
How can I get web hosting from my internet provider?
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?
How Moving site with full backup With SSH or Shell Access
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