Erik Wasser wrote: > The DB is full of empty tables and hits from "lynx $FQDN" are logged in > "/var/log/httpd/midgard-access.log" (the vhost) but I don't get access to the > admin interface. I only get a 404 if I try "lynx $FQDN/asgard". But what is > $FQDN/asgard? Is it a virtuell directory? This directory doesn't exists in my > "/var/www/html". What files are must exists in the HTML hierachie. What files > do I have to copy to "/var/www/html"? Can somebody tell me this? I don't get > it. B-)
All of Midgard is served from the database. You won't see it in the filesystem. I expect your database will have an entry in the 'host' table that has prefix='/asgard'. Make sure the 'name' field of that entry is exactly $FQDN. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
