Business Management | Editors Column | Hosting Customers | Interviews & PR | Marketing/Advertising | Online Marketing/SEO | Web Hosting | Web Hosting Reviews

Web Hosting Reviews and Tutorials

Fully Managed Dedicated Servers from Liquidweb Cheap - Click here

linux

How to make an Alias in httpd.conf

February 23, 2010

Assuming on your Linux Apache server you have created 2 websites. You have setup everything in appropriate folders in your /home/ directory structure. /home/account_A/public_html/ -> domain_A.com /home/account_B/public_html/ -> domain_B.com Now you want to have /home/account_B/public_html/ to be the alias of /home/account_A/public_html/ so that both domains serve exactly the same pages, images and scripts. So, for [...]

Read the full article →

How to repair all MySQL Databases on a cPanel/WHM Server

July 8, 2008

There can be different reasons why one wants to repair a MySQL database. Database corruption maybe due to a lack of disk space or an unexpected server shutdown that caused the database to go bad. Queries that worked before suddenly stopped working and overall the database is not behaving anymore as expected.

Read the full article →