How to install LAMP (Linux, Apache, Mysql (MariaDB) and PHP on Debian Here is a link on how to install LAMP on a Debian server: Solution: Follow this article straight from the Debian website: https://wiki.debian.org/LaMp#Installation Read More
How to enable automatic redirect from HTTP to HTTPS In the root of your website directory, create an .htaccess file. Note the “.”. This designates a hidden file in Linux. The contents of this Read More
How to redirect all traffic to ‘www’ to your website domain without the prefix This article explains how to redirect all traffic directed at “www” to your website domain without the “www”. Create a .htaccess file in the root Read More
How can I see which version of PHP my server is running? By far the best way to see what version of PHP your server is running is to use the phpinfo() command. Web designers/developers normally add Read More