Hello.
Frank Gingras wrote on 2023/10/17 02:22:
> That's just multiviews.
For that matter, do everyone else do multiviews?
What if we simply name the file b, and then do the following?
<Files "b">
<IfModule php_module>
SetHandler php-script
</IfModule>
<IfModule !php_module>
# If it works via CGI as well.
SetHandler cgi-script
</IfModule>
</FIles>
Regards.