interpreter du css comme du php

kspal

New Member
#1
Bonjour
sur un site, j'utilisai une astuce pour interpreter les fichiers css et js comme du php.

dans le fichier .htacces de mon hebergement je mettais le code :

Code:
<FilesMatch "\.(css|js)$">
 SetHandler application/x-httpd-php5
</FilesMatch>
ca marchait tres bien .... jusqu'a ce que je m'apercoive hier que ca ne marchait plus.

Il y a un reglage qui a changer au niveau php sur les hébergement mutu ?

pour info j'ai essayer les valeur : application/x-httpd-php56, application/x-httpd-php7, application/x-httpd-php70.


quelqu'un aurait une idee ?

Merci d'avance

Pascal
 
Haut