views:

40

answers:

1

I have an .htaccess file with following content:

AddHandler x-httpd-php5 .php

For some reason, whenever I upload it to the server, Firefox then wants to download PHP files instead of showing them, I think the Apache server has some error. What's wrong?

Thanks in advance ^^

+1  A: 

I think you want

AddHandler application/x-httpd-php5 .php
macek
doesn't work :(
arik-so
ok, never mind ^^
arik-so