Pp <[EMAIL PROTECTED]> wrote : > According what you sometimes want to do You may for example > request www.my.site.com/asgard > and Apache will rewrite internally to www.other.site.com/admin > [P] option tells Apache to use internal proxy that way to not to show you > the correct url. Sometimes usefulll.... Ah, now I understand :-)
Anyway I've manage to get it working. The problem was quite simple. The mod_rewrite options will not work if you don't have FollowSymLinks enabled in directory options. That's why they didn't work. Now I get the login screen for both oldadmin and asgard, nadmin doesn't work. Given error message is: Fatal error: Call to undefined function: posix_uname() in c:\OpenSA\Apache\php\pear\Midgard\midgard.class on line 540 Now having the login screen seems to be a good sign that it might work but login with default username/password (which is set to admin/password in database) doesn't work. No message showing up in PHP or Apache log. I'll try a little debugging. Hopefully I'll get Midgard Lite up and running :-) Greetings from sunny Germany, Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
