Question
How to setup a WP blog on different droplet pointed to by subdirectory URL like xyz.com/blog
I have a website domain.com (php+mysql) running on a single droplet.
I need to run a Wordpress blog on sub URL domain.com/blog and host that Wordpress on a separate droplet for security and performance reason.
How can I point domain.com/blog to this droplet/IP?
I know this is not possible in truest sense but I am ready to try some hacks like through .htaccess in worst case.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×