That was the answer! I rewrote the .htaccess as suggested in your message, and was able to view the graphics on the Midgard-Lite banner page. I was also to successfully access the Asgard, Old Midgard Admin, and SpiderAdmin applications. However, I cannot access the Aegir CMS application.
With Aegir, I am able to view the log in screen. I used the default user name and password from the INSTALL document: Company: System Administrator Username: admin Password: password On the next URL: http://www.midgard-lite.test/aegir/frameset/, I recieve the following error messages: Warning: fopen(/dev/urandom): failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\MidgardLite\cache\Nemein_Authentication%2FClasses on line 27 Warning: fread((): supplied argument is not a valid stream resource in C: \Program Files\Apache Group\Apache2\htdocs\MidgardLite\cache\Nemein_Authentication%2FClasses on line 28 More Error Messages Follow the two messages above. Could this be a PATH problem (?) My current System Environmental Variable PATH is (I separated the components of the PATH in multiple lines for readability): **** PATH **** %SystemRoot%\system32; %SystemRoot%; %SystemRoot%\System32\Wbem; c:\Program Files\Apache Group\Apache2\htdocs; c:\php4; c:\php4\pear; c:\Program Files\Apache Group\Apache2\htdocs\MidgardLite *** End PATH ***** Vielen Dank for your patience with a new user of Midgard-Lite. Matthias Englert <Matthias.Englert To: [EMAIL PROTECTED] @gmx.de> cc: Subject: Re: [midgard-user] HELP: Midgard Lite Install on WinXP-Cannot Access 08/14/2003 09:53 Administrative Interfaces AM Please respond to user [EMAIL PROTECTED] wrote: > Not Found - The requested URL /aegir/ was not found on this server. Ok, url rewriting does not work as intended. You can get debug information about the url rewriting with the RewriteLog directive (http://httpd.apache.org/docs/mod/mod_rewrite.html#RewriteLog). However I would just try to create a file called .htaccess inside your DocumentRoot (which should be c:/Program Files/Apache Group/Apache2/htdocs/.htaccess in your case) with the following content: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*) /index.php If you are not able to create this file (windows makes it hard from time to time) you can choose a different filename like my.htaccess In this case you will need to edit you httpd.conf too. Search a line like AccessFileName .htaccess and chance it accordingly. If all that doesn't help, ask again... :-) Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
