The install part works fine, and most stuff on the site works, but there are certain WP functions that still try to hit the root of the server. For instance, the “Older Posts” link returned by the posts_nav_link function always goes to the root “/”.
Also, most functions in the Admin console will not redirect properly. For example, editing the blog title in Settings -> General, when I click “Save Changes”, WP tries to redirect to the root:
/wp-admin/options-general.php?settings-updated=true
And I get a 404. Anyway, I think there’s some stuff deep down in WordPress that’s not letting this work. It’s obviously not really designed to work this way, which is fine. Just wondering if anyone else has tried this.
Thanks for your response!
Nathan