0

I have a single server with two instances of drupal (6 & 7) running on this server. One instance is my root domain mysite.com, the other instance (d7) is on a sub-domain, video.mysite.com. Rather than use a subdomain we want to do something like mysite.com/videos. Is there a way to create a URL alias that points to this 2nd instance of drupal?

Mark Locklear
  • 5,044
  • 1
  • 51
  • 81

2 Answers2

1

Create an alias in your apache conf. Maybe you could use this example as a base: Configure Apache .conf for Alias

Community
  • 1
  • 1
progzy
  • 607
  • 1
  • 4
  • 5
0

Yes this is possible. You will have to remove the entry for the subdomain "video.mysite.com" from the DNS. Place the D7 version of the website in a folder "video" within the root directory of D6. Give all the permissions for the video folder & you can access it using mysite.com/videos

Amey Mudras
  • 185
  • 5