[pmwiki-users] Path info and GD Graphics Library not found

Hans design1 at softflow.uk
Sat Jan 7 12:20:30 PST 2023


Hello Petko,

thanks for your suggestions!
I knew it was not a Mini or PmWiki problem, but one of server configuration.
After digging around a bit in Apache documentation (LightSpeed is said to use the same directives) I found the solution. It needed a version number in the SetHandler directive, after the php.
This is my new .htaccess entry:

<Files "web">
SetHandler application/x-httpd-php80
</Files>

now file "web" gets handled properly as an php 8.0 file, which is the version I got running.

cheers,
 Hans                         




More information about the pmwiki-users mailing list