multisite detecting wrong url
|
darkknight
![]()
Joined: 2003-03-01
Posts: 40 |
Posted: Thu, 2005-04-21 18:33
|
|
I have several hosted domains, I was looking at using multisite to get gallery2 on My apache2 config seems wierd in that it uses ProxyPassReverse for both domains except strangeparty, and all domains are aliased to darkknight.co.uk in the config. (i dont administrate the machine, so cannot change this) Can I change the domain that gallery thinks it is running from? I looked in the db and didnt see any tables that struch me as appropriate. What about the config.php Does it need a line to identify what the other multisite is? ---- |
|


Posts: 8601
the top of config.php is where it determines which site is being accessed..
GalleryUrlGenerator::getGalleryId()
note that multisite and Url rewrite module are currently not working together..
Posts: 40
umm, yeah. I should have read that file more thoroughly...
so i disabled the rewrite module
after changing that it still didnt seem to work, so i re-did the install for the new site, and it added a new darkknight entry. I changed that again, and it still fails to work (still thinks its in darkknight.co.uk)
curiously, if all the g2 installs are in /gallery2 will the rewrite work?