[pmwiki-users] index.php

Alan Taylor engineeral at gmail.com
Sat Mar 23 17:23:09 CDT 2013


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
>> pmwiki-users at pmichaud.com
>> 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.



More information about the pmwiki-users mailing list