Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Currently my wordpress blog (hosted on DO) is displayed at blog.mydomain.com and I am trying to display it on mydomain.com/blog. mydomain.com is an heroku application (node) so I set up a proxy using express-http-proxy with the following (on the heroku side):
app.use('/blog', proxy('blog.mydomain.com', {
forwardPath: function(req, res) {
return require('url').parse(req.url).path;
}
}));
ON DO’s side, I have changed the wordpress home url and site url in the wp-config.php like so:
define('WP_HOME','http://www.mydomain.com/blog');
define('WP_SITEURL','http://www.mydomain.com/blog');
My blog displays well on mydomain.com/blog but I can’t seem to login on the wordpress admin page (/wp-admin), I always get the error:
ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.
Of course my cookies are enabled and I tried different browsers . I am sure I am missing something but I can’t figure it out. Do you have any ideas?
gerard
Jon Harris
orbitstorm88
rem3n
yolanda smith
301276acdc124dd982fe86364ba8c4
30ddab6038c044188d489290785dcb
699c9bc0a2c34f248e792cb8d2c6ab
Kent Morlan
sylvaticus
agitechcr
8b8f3c8ea96345bf8ddb0a59a008e2