Re: Subdomain
Jan Schneider <[email protected]>
| Newsgroups | gmane.comp.horde.ansel |
|---|---|
| Message-ID | <[email protected]> |
Zitat von Markus Braun <[email protected]>: > Hello Everybody, > > i try to make a gallery with ansel in a subdomain. > > e.g. pictures.xxx-domain.de > > But always when i click on the gallery button, he shows me the right URL. > > e.g. pictures.xxx-domain.de/horde/ansel/list.php > > How can i change this? Set the webroot setting for Ansel in the config/registry.php to ''. > This is my actuell configuration: > > <VirtualHost XXX:80> > > DocumentRoot /home/httpd/vhosts/horde/ansel > Alias /horde /home/httpd/vhosts/horde > ServerName photos.XXX-domain.de > ServerAlias photos.* > UseCanonicalName Off > <Directory /home/httpd/vhosts/horde/ansel> > <IfModule sapi_apache2.c> > php_admin_flag engine on > php_admin_flag magic_quotes_gpc off > php_admin_flag safe_mode off > php_admin_value open_basedir none > php_admin_value include_path > "/home/httpd/vhosts/horde/ansel:/home/httpd/vhosts/horde:/usr/share/php:/tmp:/var/qmail/bin/." > </IfModule> > Options -All +Includes -ExecCGI +FollowSymLinks > Order allow,deny > Allow from all > </Directory> > </VirtualHost> > Thanks mark > > _________________________________________________________________ > Die neue MSN Suche Toolbar mit Windows-Desktopsuche. Suchen Sie gleichzeitig > im Web, Ihren E-Mails und auf Ihrem PC! Jetzt neu! http://desktop.msn.de/ > Jetzt gratis downloaden! > > -- > ansel mailing list - Join the hunt: http://horde.org/bounties/#ansel > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: [email protected] > > Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ -- ansel mailing list - Join the hunt: http://horde.org/bounties/#ansel Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]