A reverse proxy could work, such as varnish or nginx. Using varnish as an example:
backend blog {
.host = "blog-server-ip";
}
backend default {
.host = "current-domain-ip";
}
sub vcl_recv {
if (req.rul ~ "^/blog/") {
req.backend = blog;
}
}
Related Posts:
- Moving my current wordpress blog to a subdomain
- Move WordPress from /blog folder to root but leave post at /blog
- Could not load the preview image. Please reload the page and try again – error on image upload
- How to display blog posts on a dedicated page?
- Two Blog Layouts, Same Theme
- Show first sentence of blog post in blog roll
- Keep WYSIWYG on Blog Page
- Detect archive and category page
- Custom URL for all posts in WordPress
- List all blog categories
- A garbled copy of MY blog on this site? [closed]
- WordPress hosting optimized servers – Is this just a sales gimmick? [closed]
- A different thumbnail to the blog index vs. the image on the top of a post?
- Deleting a blog
- Why does this snippet in a blog post make WordPress crash?
- How to move all theme templates into a subfolder WP
- Where can I find my blog page?
- How to display the posts and news in front page?
- How do I change the taglines next to the featured image on my posts?
- WordPress Blog – Grid View
- How to show latest blog post rather then earliest
- inviting people to blog and editing roles
- Removing blog page images
- problem with wordpress author profile page URL
- How to make blog posts appear under different menu items?
- Portfolio & Blog cohabitation : multiple single.php files?
- How to add list of other blogs, with latest posts from those blogs, to a single page of my website?
- Put post urls into their own category
- I want to display my 2. latest post
- Why the Gutenberg Editor is Not Available In My WP Site?
- How to prevent WordPress from auto creating ol li on list elements?
- How do I add a sign up form to my blog?
- WordPress blog assign unqiue body class
- I am getting “0” in the starting of my post description at home page
- How can I make my Blog category unindexed in Google?
- Recent Posts Listed by Author, Can I exclude authors?
- How to modify display of blog listing page?
- Internal and External Blog
- Can I make a parent page of the blog and have it display a paragraph/thumbnail of certain entries?
- How can I set a vote on the comments?
- Making a column vector in wordpress blog using Latex
- How do you allow users to subscribe to a WordPress blog?
- Blog on a separate server from WooCommerce WITHOUT effecting SEO?
- what is the address of default home page?
- Creating new page overwrites old page
- How to set condition for all posts with one label
- Blogs got Deleted automatically
- Integrate wordpress blog into existing html site
- Retrieve details of my wordpress site
- Using same root header in subfolder wp blog – Header disapears on Single Posts
- Blog post stuck in drafts
- I need to customize wordpress “previous” “next” links
- I Have No List Of Blogs – Empty Blog Folder Recreating Itself
- How to change the layout of blog posts to that a compressed snippet shows rather than full text
- Can I create mini-WordPresses on my WordPress?
- How to create library of HTML snippets to use in posts
- Adding a WordPress Blog to a current WordPress site
- Two blogs one page
- Blog Displays Only Sticky Posts
- Why is the server response time slowing my site down? [closed]
- Uploading a external squeeze page within WP
- Posts page drop down is not selecting the selected page
- URL of blog when using index.php as blog and front-page.php as homepage
- Not showing up on WordPress Reader
- Blog as a part of a WordPress site?
- Fatal error: require() [function.require]: Failed opening required in wordpress
- how to show content of latest blog post with read more link?
- Auto-posting Facebook posts to blog [closed]
- How to access the so called “Posts page”
- Home page of blog displays no posts
- How to turn off “you have to login to comment” on blogs
- How can I get blog content from SFTP?
- Disable WordPress’ blogging functionality and disable ‘posts’
- Testing Multisites with vagrant or Can I use multisite with only an IP address (without domain name)
- Your PHP installation appears to be missing the MySQL extension which is required by WordPress
- Handling the response sent from a ruby on rails application in wordpress
- How to post twitter like updates on wordpress
- How to solve “Updating failed” with 403 Error when trying to save a Site or Post in Gutenberg?
- Add blogs to “Blogs i Follow” sidebar [closed]
- Strange 403 header response
- How to disable WordPress blog folder
- wp_enqueue_style and different styles for blog template
- WordPress Plugin manipulate have_posts()
- HTTP ERROR 500 after installing child-theme [WordPress] [closed]
- WordPress mod_rewrite not working on php fpm
- For a complete backup, is it enough to copy htdocs and export database?
- Shared hosting, multiple sites, can’t log in to WP due to .htaccess redirection
- Problems fixing a REST API 404 after Moving my WordPress Directory and updating Permalink Structure
- How can I create a ‘sub-blog’ which has its own sidebar on individual posts?
- How page with random php file with query params generated
- WordPress empty page! what is wrong with this code?
- How can I change the default image behavior?
- How to restore: Database intact but folders deleted
- Trouble getting wordpress working after moving servers
- WordPress keeps crashing my server
- My blog has a design issue.
- Restricting certain blog posts by date?
- The page that displays Posts on homepage
- Shortcode Displays 2 times
- Disable creating sort index SELECT post_modified_gmt