Comments on How To Install Concrete5 CMS on Debian 9

In this tutorial, we will learn how to install and configure Concrete5 on Debian 9 server. Concrete5 is a free and open source Content Management System written in PHP language that can be used for publishing content on the Internet.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Peter

Hi Hitesh

Configure Apache for Concrete5

Next, you will need to create an Apache virtual host directive for Concrete5. You can do this by creating concrete5.conf file inside /etc/apache2/sites-available directory:

"You can do this by creating concrete5.conf file inside /etc/apache2/site-available directory": should read: "You can do this by creating concrete5.conf file inside /etc/apache2/sites-available directory:"

sudo nano /etc/apache2/site-available/concrete5.conf

 should read  "sudo nano /etc/apache2/sites-available/concrete5.conf"

Regards

Peter

By: Carl

Followed all the instructions, didn't get any errors, but when I go to the server in the browser I still only see the "Apache2 Debian Default Page"... no Concrete5 config. Is there an update to .htaccess that has to be done??