Joseph,
Joseph E. Maxwell wrote:
<snip>
> That's OK Chris, that is more of a problem of the list in not stripping
> server details from addresses
>
> Anyway you were correct in that aspect of the problem. I had zuntarred
> the tarball and everything was set at 700, I unfortunately focused my
> attention on the internal files. Mia culpa!
>
> But now there is another issue I have set everything to 755 with a
> recursive chmod, the browser opens the directory and just lists the
> contents ( I do have that feature set in the server during development),
> i.e. it does not run the setup. Any ideas?
>
> Thanks
>
> -- Joe --
>
In my httpd.conf file, I have the following lines.
<IfModule mod_dir.c>
DirectoryIndex index.php index.html
</IfModule>
You will need to add index.php4 to this list since that is the extension
you are using for eventum.
/bryan
MySQL AB