I am using Ubuntu 18.04 server and Drupal 8.5.4. The installation was successful.I can login and my home page is displayed . But any other url on the page gives error. One such
I changed
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
to
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
in /etc/apache2/apach2.conf , restarted Apache with service apache2 restart