I need to install Midgard Lite in a subdirectory, specifically a directory named "midgard" in the public_html of a shared host.
In doing this, I'm guesstimating that the .htaccess in my subdirectory needs to have a slightly adjusted RewriteBase and RewriteRule, to prepend the new subdirectory name "/midgard/", and that the "prefix" column of the host table also needs to have the subdirectory prepended.
However, I'm getting a 404 not found when accessing the index.php page:
The requested URL /midgard/ was not found on this server.
midgardengine Object ( [uri] => /midgard/ [user] => [_host] => softwareadjuvant.com [_port] => 80 [_path_in] => /midgard/ [_data_source] => database [_tmpdir] => ./MidgardLite/cache/ [_argv] => Array ( ) [_argc] => 0 [_path] => /midgard/ [_path_s] => /midgard/ [_match] => [__tmpdir] => ./MidgardLite/cache/ )
I may be missing something obvious. Can anyone see what I'm missing?
Thanks in advace,
Mitch
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
