[SOLVED] Multisite Install and virtualhosts
|
doncroco
Joined: 2008-04-15
Posts: 2 |
Posted: Tue, 2008-04-15 20:41
|
|
Hi all ! I have freshly discovered Gallery2, and find it wonderful. I have installed gallery 2 as a multisite install, with 2 galleries. Now I want to have it work with virtualhosts. I have deactivated the base virtualhost which contained either the websites and gallery 2 shared code, and activated the virtualhosts. It worked when I had one site with document root on /var/www and accessing galleries as : http://myIP/siteOne And galleries no more work... Is there a pratical guide to configure my website as I want ? Is it impossible to do so ? The errors I get are like that : Quote:
[Tue Apr 15 22:31:46 2008] [error] [client 1.2.3.4] File does not exist: /var/www/siteOne/gallery2, referer: http://siteOne.mydomain.tld/main.php (sorry, my gallery version is configured in french) |
|
| Login or register to post comments |

Posts: 2
I have it done !
Actually, I was looking at RewriteRules but the simplest is the best ! I have set an Alias in my virtualhost config so that it redirects /gallery2 to /var/www/gallery2 this way :
If that can help someone else ;-)
thx
Don