php - GAE - wordpress as a module inside a Python app -


google app engine added support modules. , i'm remember saying can have modules different runtimes. default app can python , module in java or php example. , module configuration file make specify runtime module.

so why can not figure out how run php module inside python app?

i have dispatch.yaml contains:

dispatch: - url: "*/blog*"   module: blog 

and blog.yaml module contains:

module: blog version: wp runtime: php api_version: 1 

and bunch of handlers wordpress.

has else been able successfully?

in case want run wordpress blog under http:/www.domain.com/blog instead of under sub-domain seo reasons.

it seems appengine sdk not using module because if try go /blog gives me 404 error.

i'll continue play , post update if find solution.

i have working now. google fixed issues in version 1.8.5 making possible. it's not hard, have remember run appcfg.py update_dispatch in order make dispatch routing live. , when deploying appcfg.py update app.yaml wordpress.yaml way both configurations uploaded , deployed.

currently git push deploy still broken , in order upload images wordpress wp-admin has running on appspot.com domain not big of deal.

i wrote blog post describing did make work: http://blog.artooro.com/2013/10/09/run-wordpress-as-a-module-on-google-app-engine/


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -