|
Home > Archive > Apache Server configuration support > July 2006 > How do I get apache to know a "php5" extension?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How do I get apache to know a "php5" extension?
|
|
| mjaffe02@gmail.com 2006-07-12, 1:23 pm |
| I'm a little new to apache and linux.. I know in IIS I just add an
application mapping.
| |
|
| mjaffe02@gmail.com wrote:
> I'm a little new to apache and linux.. I know in IIS I just add an
> application mapping.
AddType application/x-httpd-php .php .php5 .php4 .php3 .phtml
Grtz,
--
Rik Wasmus
| |
| MJFuzz 2006-07-12, 1:23 pm |
| Where do I add this to? http.config ??
Rik wrote:
> mjaffe02@gmail.com wrote:
>
> AddType application/x-httpd-php .php .php5 .php4 .php3 .phtml
>
> Grtz,
> --
> Rik Wasmus
| |
| IchBin 2006-07-12, 1:23 pm |
| MJFuzz wrote:
> Where do I add this to? http.config ??
>
> Rik wrote:
>
Yes.. look at the conf. There is a grouping of all the AddTypes.
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
________________________________________
__________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
|
|
|
|
|