Archive for the ‘bash’ Category

Transfer accounts between cPanel servers from shell

By in articles, bash, cPanel, Server Admin, Tutorials on September 25, 2010

As a web host administrator I always have to move accounts between my cPanel servers. The WHM has got an interface to transfer accounts between servers but most of the time it does not work for me.I get network issues, sometimes timeout issues and many other errors. So heres a short roundup about “How to transfer accounts between cPanel servers”. I will be using the cPanel scripts which it uses for packaging and restoring accounts.

Tags: , , , ,

Auto update multiple .htaccess file for auto www redirect (cPanel)

By in bash, cPanel, Server Admin on March 24, 2010

We all know the importance of www redirect in terms of SEO. Recently I had to update lots of sites for auto www redirect and uploading .htaccess file individually OR updating from the cPanel for all those sites would definitely had been a tedious job. So I wrote this BASH script that takes in the list of the domain names and updates their .htaccess file for www redirect!

Tags: , , , ,

Auto update multiple .htaccess file for auto www redirect (cPanel)