Always use update-upgrade commands the following way – sudo -u www-data php bin/magento setup:upgrade Post Views: 9
How to Set AllowOverride all apache2 Ubuntu 18.04 | Magento 2 not loading CSS and JavaScript
Open the file with sublime.. sudo subl /etc/apache2/apache2.conf Find the line “AllowOverride None” and replace with “AllowOverride All” Restart Apache2 sudo service apache2 restart Post Views: 8