79694232

Date: 2025-07-08 12:32:34
Score: 1
Natty:
Report link

Okay, I have finally found a configuration that works.

I took the value from PHP of $_SERVER['REDIRECT_HANDLER'] which is application/x-httpd-ea-php81. (So unfortunately it seems I will have to change this .htaccess rule every time that the PHP version gets updated...?)

Then I put this into the .htaccess file:


<Files test.txt> 
    AddType application/x-httpd-ea-php81 .txt
</Files>
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: equin0x80