Comments

damien tournoud’s picture

Status: Active » Postponed (maintainer needs more info)

Not sure how we could help on that if you don't describe what you want to achieve.

gulliver’s picture

Did you read the post - and the originating piece?

=====

I want to install into a non-root directory - example: 'drupal' - but not have /drupal/ in the path urls...

Example: a directory named 'sample' and created by Drupal would be publicly accessed as domainname.com/sample/ and not domainname.com/drupal/sample/.

Is this possible?

=====

robloach’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

This is actually how Drupal is meant to be used. See Multi-site installation for more information on it.... The idea is that you have Drupal installed in any directory, and then create symlinks to the Drupal directory for sites that you want to use Drupal. So in your example, domainname.com/sample/ would be a symlink to domainname.com/drupal........... And then in your sites directory, you create a sample folder, and an empty settings.php. When you visit domainname.com/sample/install.php, you'll install a unique installation for Drupal at /sample/.

gulliver’s picture

Thanks Rob - Looks interesting. Need to look at it when I've got a clear head.