Hello,
I want to disable php for specific directory of my website.
For example the "media" directory.
I tried this in a htaccess file :
<Directory /var/www/vhosts/mydomaine.tls/httpdocs/medias/upload>
RemoveHandler .php .phtml .php3
RemoveType .php .phtml .php3...