[SOLVED] Stuck at "error-router-no-match" when I first try to access the website

First off some, basic info:
Ubuntu 16.4
Php 7.0.32
MySQL 5.7.24
Apache 2.4.18

I’ve modified /etc/apache2/apache2.conf to AllowOverride All
Site is installed at/var/www/html/omeka-s
sudo a2enmod returns “Module rewrite already enabled”

I’m accessing my site accessible at 192.168.1.90/omeka-s
Apache can read my .htaccess file (I’ve enter “test” at the first line to create an error

When I change my .htaccess APPLICATION_ENV to development I get the following screen

If I change config/local.config.php log to true I don’t get anything in the logs directory.

I’ve been banking my head against this all weekend, and suspect I’m missing something minor, but I can’t figure out what it is. :slight_smile:

Any insight would be greatly appreciated as I’m eager to start exploring on my own server.

My config/database.ini has the correct info (verified by looking at mysql)

Having given up on this for a while, I went to do something on the website that should be running as root and discovered that Omeka was there instead.

Adding Alias /omeka-s /my/website/directory to my Apache .conf file fixed my issue.