Comments on How to install Joomla 3.9 on Ubuntu 20.04
In this guide, we will learn to install the Joomla CMS on Ubuntu 20.04. Joomla is a widely-used content management system (CMS) that is used for making dynamic websites. It is open-source and is available for free under GPL (general public license).
1 Comment(s)
Add comment
Comments
By: Rosario
The good con is:
<VirtualHost *:80> DirectoryIndex index.html index.php DocumentRoot /var/www/html/joomla3.9.27/ ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined<Directory "/var/www/html/joomla3.9.27/"> DirectoryIndex index.html index.html.var index.php Options FollowSymlinks Allowoverride All Require all granted </Directory></VirtualHost>