In fact, your link returns error 405.
Looking at the logs in your project mm-com, one notices errors of the type “require(): Failed opening required 'wp-login.php' (include_path=“. This error originates in your script’s code, and may be caused by the following: - The target file is misspelled or doesn't exist. - ROOT_PATH is not defined or is incorrectly set. - You assume a working directory that is different from the actual one; if ROOT_PATH is relative, this assumption falsifies the actual full path. You may consider using include(dirname(__DIR__) in your code, to obtain the directory of the current file (without the trailing slash). It should prove beneficial if you elaborate and provide more detail. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/6b9ca127-0875-428e-8229-698936f91c54%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
