I realize this question has been asked many times before, but I think my problem is unique (but don\'t we all think that?... /philosophy)
My site is getting a redire
I was able to solve this by simplifying my sites-available configurations. This is what I used:
ServerName example.org
ServerAlias example.com
ServerAlias example.net
DocumentRoot /var/www/example.org/site
DirectoryIndex index.php index.html
Options Indexes FollowSymLinks ExecCGI
AllowOverride All
Require all granted
ErrorLog ${APACHE_LOG_DIR}/example_error.log
CustomLog ${APACHE_LOG_DIR}/example_access.log combined
And now there is no redirect when accessing wp-admin!