proxypreserve host had to be turned on
There are no .htaccess files
Even though the page redirects to http://localhost/blog/ the browser reports the page is not found.
There is no error log but there is log entry that refers to:
“http://www.diagesis.com/blog/wp-cron.php?doing_wp_cron”
In The above, the only way I could get the home page working was to set wp_options home to http://localhost:11031/blog But all links were obviosly pointing to the local host…
I have now set wp_option home to be http://www.diagesis.com/blog and the page redirects back to http://localhost/blog/
Has any of this to do with “Ensure Apache ServerName directive is set to the external IP/Domain name”?