What is the difference between x-httpd-php5x
and application/x-httpd-php5x
I'v been using application/x-httpd-php
for years with my web hosting (Linux) until they upgrade PHP to version>=5.2. Now I have to use x-httpd-php5x
on web hosting which does not work on localhost (Windows).
So everytime I made some changes to the .htaccess, I have to change the AddHandler as well while uploading to web hosting.
Is there a cross-platform AddHandler
to parse files as PHP?
edit
.php can always work, with/without specifing in .htaccess. but not custom extesions, e.g. .myphp