Page 1 of 1

WordPress on AppHarbor returns 404 on wp-admin/load-scripts

PostPosted: April 12th, 2013, 1:29 pm
by dhrobbins
I have deployed WP on AppHarbor using AppHarbify. All works well except adding images to posts. Firebug reports a 404 with the following GET: http://salesportal-1.apphb.com/wp-admin ... load%5B%5D

My assumption is that AppHarbify uses the Phalanager. Not sure if I should clone the WP.Net and deploy myself to AppHarbor. Any input would be appreciated.

Love the WP on .Net. It's really off the hook.

Re: WordPress on AppHarbor returns 404 on wp-admin/load-scri

PostPosted: April 12th, 2013, 2:23 pm
by Jakub Misek
Hi,

Why do you think they use Phalanger? Does the response header contain something like this:
Code: Select all
X-AspNet-Version:4.0.30319
X-Powered-By:Phalanger 3.0.0.4001
X-Powered-By:ASP.NET
?

The URL returns 200 for me, running on nginx server.

Thanks,