Azurel
Silver Pleskian
What is the correct way to disable PHP for a (CDN-)Domain?
Disable PHP in PHP-Settings ends with automatic download the php-file. I want PHP files in CDN, but I want something like a 404 or 403 by access. It should not execute and it should not download the php-file.
That is not working
But I think this will end in download the php-file?
Disable PHP in PHP-Settings ends with automatic download the php-file. I want PHP files in CDN, but I want something like a 404 or 403 by access. It should not execute and it should not download the php-file.
That is not working
Error: 'php_admin_value', perhaps misspelled or defined by a module not included in the server configuration<Directory /var/www/vhosts/example.com/httpdocs/>
php_admin_value engine Off
</Directory>
But I think this will end in download the php-file?
Last edited: