By jaypan on
I have a site I have set up that has 5 domain names pointing to it. Right now, they are all pointed at one node on the site. However, I want to make each of these domain names point to a different node on the site. Is there a module or a way to do this? Thank you.
Comments
Bumpity Bump.
Bumpity Bump.
Contact me to contract me for D7 -> D10/11 migrations.
I'm a PHP newbie so forgive
I'm a PHP newbie so forgive me if this is crap, but...
Could this not be done with some PHP redirect code that checks what url the user typed in and forwards the browser to the relevant pages.
Maybe the Domain Access
Maybe the Domain Access module can help. Might be overkill.
Anything?
I have exactly this situation. Ever find an easy solution?
I'm using pathauto to and different content types to create unique paths for different pages. Then I can configure blocks to show or not show depending on the path. I can even create different templates for each content type as long as they share block region names. This works a charm! What I need now is to be able to point different domain names at different paths.
Would a .htaccess rewrite rule mess with Drupal's internal rewriting?