View Single Post
  #2  
Old 8th October 2013, 09:08
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,243
Default
buy the new server, install LAMP on it.. Linux Apache Mysql Php, or instead of apache you could use lighttpd or nginx. after that change the dns on the domain you have and people will continue to access it on the new server
Install phpMyadmin for a better interface to work with your mysql databases
Use iptables to block some ips, activate your firewall to prevent ddos attacks and that is it.
Of course you need to install modules for php, maybe your script requires them, such as memcache, apc, mcrypt, perl, and so on...
and always make sure your server it is up-to-date.
Reply With Quote
The Following User Says Thank You to DND For This Useful Post:
stanto (8th October 2013)