I have a question about the apache2 config on Linux.
can someone give me the content and location for the apache2 config file in Ubuntu18.04?
I have problems, because the .htaccess files are not processed( routing and indexing).
Thank you for your time :-)
the location is: /etc/apache2/sites-available/000-default.conf
And my content is:
Don't forget to restart the service:
sudo a2ensite 000-default.conf
sudo systemctl restart apache2.service