Reason ForceType application/x-httpd-php on .htaccess not working at all

SG1

New Member
I have tried to use:.htaccess\[code\]<Files client> ForceType application/x-httpd-php</Files>\[/code\]client file\[code\]<?php echo "FOO BAR";?>\[/code\]Just to test, but the server is not parsing the client file, it just serves it up as a file download. I tried SetHandler also without luck.UPDATEI'm using MediaTemple and the have there own way of doing things. I can't use ForceType bu I can use this.\[code\]<Files client> SetHandler php-script</Files client>\[/code\]
 
Back
Top