We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Apache Web-Serving with Mac OS X: Part 3
|
| Subject: |
|
PHP and Apache on Jacuar (OSX 10.2) |
| Date: |
|
2002-12-31 06:08:04 |
| From: |
|
khasmir
|
Response to: PHP and Apache on Jacuar (OSX 10.2)
|
|
I added the following lines:
#
# To use PHP4
#
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
I put them after the section of the server-parsed HTML
works fine for me on v10.2.3
|