Hello
I am using an older plugin which rewrites a php file to a html
The htaccess which did this on my old server is
Code:
AcceptPathInfo On
<Files topic>
ForceType application/x-httpd-php
</Files>
<Files forum>
ForceType application/x-httpd-php
</Files>
Unfortunately it doesn't work on my new server.
If I click on the link the browser tries to download the php file