MIME Types application/ x-httpd-php and application/ x-msdownload

MIME  Types application/x-httpd-phpMIME Types application/x-msdownload
Another multipurpose MIME, which has its subtypeThis MIME like others is also a non standard MIME
as ‘httpd’ which is an acronym for Hyperand is not registered under the IANA. The
Text Transfer Protocol Daemon(i.e web server).‘x’ before the ‘msdownload’
 denotes the unregistered type.
A web server means two things either aWhenever a file is uploaded from a client to a
computer program, which is responsible forweb server, Internet Explorer uses
accepting HTTP requests from clients, which are‘FindMimeforData’ to determine the type
the web browsers we use and then return themof MIME being used. ‘x-msdownload’ is
with responses along with data contents (images,also one of the MIME types, which is used for
text, graphics). Or it is a computer that runs adownload of data.
computer program as described above.The mime application/x-msdownload supports the
The second part of this extension is the‘dll’ or ‘exe’ extension files. The
‘php’, which is also a technical term and is‘dll’ and ‘exe’ are one of the
general scripting language, which has beenmany extensions of the Microsoft Library.
designed to help produce dynamic web pages.Microsoft had defined its library, which is exclusive
This ‘php’ can be embedded into HTMLto windows users, and certain MIME’s are
and works through a web server, which isrequired for the running of the Internet smoothly.
configured via a ‘php’ code and this isThis MIME though an unregistered one is required
turn creates web page content.by Windows users to open a quite a lot of sites.
The ‘x’ in the extension stands for a non‘dll’ stands for Dynamic Link Library,
standard MIME, which cannot be registered underwhich is mainly a concept in the Microsoft
the IANA, which is the Internet Assigned NumberOperating Systems. And ‘exe’ which is
Authority. This authority regulates the global IPfairly and new extension compared to other is for
address allocation, root zone management for theexe-cutable files, and can contain code, data and
Domain Name System.resources in any combination. It contains code and
This MIME helps web browsers to run dynamiccharacters mainly for a Graphical User Interface
websites and display them correctly on weblike Windows.
browsers. The HTTPD with the help of the PHPSo if you are windows user, you will surely be
program runs the dynamic website and helpsusing this MIME on your computer.
clients or users to get direct data accurately.