. Htaccess hiç değil çalışma Sebep ForceType application / x-httpd-php

0 Cevap php

Ben kullanımına denedim:

. Htaccess

<Files client>
 ForceType application/x-httpd-php
</Files>

istemci dosya

<?php 
     echo "FOO BAR";
?>

Just to test, but the server is not parsing the istemci dosya, it just serves it up as a file download. I tried SetHandler also without luck.

UPDATE

I'm using MediaTemple and the have there own way of doing things. I can't use ForceType bu I can use this.

<Files client>
     SetHandler php-script
</Files client>

0 Cevap