Hello Devz, Here are the simple steps to configure your existing web server: Create the directory for your website’s files Lets make our first simple website. I’m hosting all mine on the external USB drive I mounted earlier. In the directory /data. Type: sudo mkdir -p /data/mysite.com/www sudo mkdir -p /data/mysite.com/logs All your PHP/HTML/CSS etc […]