Following the Wordpress on GAE tutorial, I have managed to successfully deploy my blog to App Engine. However, I would like to be able to run my blog locally as I continue its development, so that I can inspect error logs, etc. Using the GAE dev server, I try to run it like so:
dev_appserver.py --log_level=debug app.yaml --php_executable_path=/usr/local/bin/php
But I run into this problem:
The url "/" does not match any handlers.
I have not changed my app.yaml nor any other file (the ones auto-created by the wp-gae.php step in the tutorial). It looks like this:
How to Run Wordpress Blog on Google App Engine Locally
dev_appserver.py --log_level=debug app.yaml --php_executable_path=/usr/local/bin/php
the blog should run on my local setup