I installed the multisite-d6-2.patch, to be able to use a temporary url for development prior to final production domain (nectiva.com). This is my sites.php file:

$sites = array(
'mialojamiento.es/drupal614/nectiva' => 'nectiva.com'
);

I uploaded the patched bootstrap.inc (attached to this post in .txt format), I created the sites/nectiva.com directory with settings.php file in it, I cleared caches, I ran update.php, but when I call 'http://mialojamiento.es/drupal614/nectiva' , I got 'Page not found'

btw, I recently updated my drupal to 6.15 . It's running on a hosted Linux-Apache server.

Anyone can help ?

CommentFileSizeAuthor
#2 drupal7.common.symlinks.patch693 bytesIncrediblyKenzi
bootstrap.txt38.43 KBEnrim

Comments

Enrim’s picture

Following my post: Same problem happens if I use symlinks instead of sites.php.

IncrediblyKenzi’s picture

Version: 6.15 » 7.x-dev
StatusFileSize
new693 bytes

Not sure if this will help, but I have the following patch against Drupal 7 that will reconcile symlinks to real paths. Looking at common.inc in D6, it appears about the same.

kars-t’s picture

Status: Active » Fixed

Hi

I am closing this issue to clean up the issue queue. Feel free to reopen the issue if there is new information and the problem still resides. If not please make sure you close your issues that you don't need any more.

Maybe you can get support from the local user group. Please take a look at this list at groups.drupal.org.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.