Closed (works as designed)
Project:
Domain
Version:
7.x-3.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2012 at 11:28 UTC
Updated:
23 Feb 2012 at 13:34 UTC
Hi, I know this issue looks like a duplicate of Redirect to install.php, but i don't think so : or this issue didn't give the answer.
I've installed my drupal site as usual, and installed and configured the DA module as specified in the README.txt, and INSTALL.txt files. I've set the correct codes in my settings.php file, and I dont't get any error on admin pages.
But when I create a new domain, and that I try to go to it's URL, I'm redirected to i'ts install.php page.
I've found someone else in my case in the Drupal support, but nobody answered yet.
Here it is, with more details : drupal.org/node/1428636
Thanks in advance for your help.
PS : I'm using Drupal 7.12
Comments
Comment #1
seren10pity commentedBroken link, sorry : this one should be the good one.
http://drupal.org/node/1428636
Comment #2
agentrickardSounds like a problem with the 'sites' directory.
What directories do you have in 'sites'? Normally for DA you should only have 'default'.
Comment #3
seren10pity commentedIn my sites directory, I have :
Ishould transfer my site to default ?
I'll try this, and tell you back.
Thank you for answer ;)
Comment #4
agentrickardYes, moving to default will fix this, unless all your domains share 'contrat.my-site.fr' as part of the domain, which I doubt.
Otherwise, you have to use sites.php to direct all domains to the contrat.my-site.fr folder, which is silly.
Comment #5
seren10pity commentedYep ! that's true :
I moved the files in "default", configured sites.php to redirect "contrat.my-site.fr" to default folder ; and it's working !
thank-you agentrickard ;)
Comment #6
agentrickard