I'm trying to get Apache to read some extensionless files, specifically named, as PHP files and hence call the PHP module to process them. In my .htaccess file, I've placed the following directive:
Code: Select all
<Files audix>
ForceType application/x-httpd-php
</Files>Many thanks