It is necessary, for example, that the list file is processed as PHP when loading. What to write in .htaccess ? Thank!
Maybe this should work?
RewriteEngine on RewriteRule \.()$ - [H=application/x-httpd-php]
Or
RewriteEngine on RewriteRule \.()$ - [T=application/x-httpd-php]