only a quick answer for now (I'm in hurry :-). Probably Henri can give some pointers when he comes back (around 03.09.03 IIRC) because I never looked at the whole subdirectory thing.
mcamiano wrote:
So I decided to throw in the towel for the moment, and reload the package from scratch, this time in the root directory. I can't leave it there, but it might show me what I'm doing wrong. Well,
I don't know if this helps you anything but you can place the php files into a subdirectory but leave the admin interface URLs as they are. You will just need to leave the .htaccess file in your DocumentRoot and modify it like:
RewriteEngine On RewriteBase / #Change /index.php to the location of your index.php file
RewriteRule ^(asgard/.*) /midgard/index.php
RewriteRule ^(admin/.*) /midgard/index.php
etc.
This is just for old admin and asgard but I think you got the idea.
reinstalling in the root cleared up problems from the many hardcoded URLs, but Asgard still throws me back to the main page when a "Create New" link is clicked.
If you experience errors in a correct installation (and this sounds like you are). Feel free to file a bug report at http://bugs.midgard-project.org
These bugs are usually very easy to resolve.
Is there any reasonably complete description of what actually works in Midgard Lite 0.8.2?
No, at least nothing I'm aware of.
I use Midgard Lite and it works for me but I've written my own little admin interface (which is tailored to some rather specific tasks).
Matthias
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
