That was the problem.  Thanks so much for the reply.  The fix was to
change the following in the file httpd.conf, found in the Apache
'conf' subdirectory
<IfModule dir_module>
    DirectoryIndex index.html
</IfModule>
to
<IfModule dir_module>
    DirectoryIndex index.php
</IfModule>
in the file httpd.conf in the Apache conf directory.

I will add a heads up about that in the pmwiki documentation,
suggesting users might need to look there.
<<snip>>
>> _______________________________________________
>> pmwiki-users mailing list
>> [email protected]
>> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
> It sounds as though your web hosting configuration does not recognize
> index.php as a possible DocumentIndex.

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to