Change /admin url

Is there a way to configure a custom /admin url?http://my_site/admin seems a bit obvious and if you could configure that to something else (e.g.: http://my_site/my_hidden_admin) that would be a lot safer…

Read more

Installation failure on Debian Jessie

On a clean install of Debian Jessie (fully updated), I ran this script:#!/bin/bashNAME='microweber'MYSQLROOTPWD='solydxk'sudo addgroup www-datasudo useradd -gwww-data www-datasudo apt install mysql-server…

Read more