subdomains

public
group: Multisite
daouverson2 - Wed, 2008-06-18 20:04

I can get sub.domain.com and sub.sub.domain.com to work - no problem. I want domain.com/sub and domain.com/sub/sub.

Read the docs

Boris Mann's picture
Boris Mann - Wed, 2008-06-18 22:48

You need a symlink in the root folder (e.g. in your drupal folder, make a symlink sub --> . [pointing to the current subdirectory]), and also to make settings folders in the form of domain.com.sub -- read the documentation on setting up multisite, this is listed there.


Thanks Boris

daouverson2 - Thu, 2008-06-19 20:39

I'll search for symlink. Thanks, again.
========
Doug