-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WordPress Multisite Network Doesn't Work #69
Comments
For anyone else running into this problem, @Euene suggestion that
This could probably be shorter and more concise, but it should demonstrate how to resolve the issue. Note that this is only for the "subfolder" multisite method. Will recap here for potentially easier googling (I had to hunt around for a while with a lot of dead ends)
|
This is great, thank you for finding this! Perhaps it'd be better if we included a |
Using the helper to install WordPress in Google App Engine and then creating a Multisite Network using sub-directories.
This has a couple of major issues in wp-admin for any site that's not the main network site:
The network admin dashboard at https://example.appspot.com/wp-admin/network/ loads the front-end theme's index.php.
The admin dashboard for any network site has a redirect loop i.e https://example.appspot.com/new-network-site-name/wp-admin/
As far as I can tell, this has something to do with the get_real_file_to_load() function in gae-app.php not supporting WordPress multisite?
The text was updated successfully, but these errors were encountered: