On Sat, Mar 20, 2004 at 11:34:46PM +1100, John McQuillen wrote: > However, if I access http://localhost/admin/phpMyAdmin/ (with a trailing > slash) it works. > > Could anyone tell me why that is? > > The config is as follows: > > NameVirtualHost * > > <VirtualHost *> > ServerName www.mcquillen.bur.st > ServerAlias *.mcquillen.bur.st localhost > DocumentRoot /var/www/html/ > </VirtualHost>
DocumentRoot doesn't like a trailing slash (apparently bug in mod_dir). Patrick -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
