Il suffit de lire le manuel de PHP et un peu sur ses notes.
Sur la page "Masquer PHP" http://ca3.php.net/security.hiding
Voici ce qu'une note dit :
"
You could also do this in .htaccess when you use Apache and your configuration allows you to override :
<Files test>
ForceType application/x-httpd-php
</Files>
That way, you can use the URL test?pop=true without having to fake it by using test/index.php."
Alors tu peux utiliser comme il le dit dans le htaccess ou dans le httpd.conf
Cherchez,
Essayez et
Testez avant de Poser une question !
[ Lien ]