I am moving a site from php4 to php5.1.6 (finally) But this htaccess doesn't seem to work anymore: <Files tag> ForceType application/x-httpd-php </Files> Code (markup): I have tried this without succes <Files tag> ForceType php5-cgi </Files> Code (markup): What would be the right way???
Does apache produce and errors or warnings? (do you have error logs turned on?) Also, have you defined the type association for php5 earlier in the config?