Re: [users@httpd] Oddity using FallbackResource in PHP development
That was it, thanks! Now, in my /etc/httpd/conf.d/site.conf I have: SetHandler None SetHandler application/x-httpd-php # blah blah other stuff wrote: > Do you have
Re: [users@httpd] Oddity using FallbackResource in PHP development
Do you have a handler configured for .php that might interfere here? If you have something like mod_php or fpm handling .php extensions, that may take over from the generic file handler (which is what FallbackResource works for) and try to serve it instead. A solution, if this is the case, wou