Single domain, multiple cores - is that possible?

tema's picture

Is it possible that a number of particular paths requested from one site would be rendered by another site based on another Drupal core version without redirecting to another domain?

For example:

It could be helpful for big projects to upgrade it step by step. My situation is even more complicated by the fact that I had to use another Octopus instance for 7.x site because my application requires PHP 5.3+.

I'm new to Nginx, so maybe this question will seem ridiculous to you. Sure, I can use third domains for upgraded parts, just trying to find more elegant soultion.

Comments

Yep

perusio's picture

There are at least three ways to do it:

  1. Using specific locations with different roots.

  2. Using map to direct to the appropriate drupal backend.

  3. Setting up a reverse proxy in front.

The third solution is not the easiest, but is the one that will allow you to do the migration more easily. When it's done you just remove the reverse proxy et voilà.

All migration details are located in the reverse proxy config.

Nginx

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week