|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
mime types?
Can anyone tell me what do i have to rig on my apache conf file to make php kick-in on html files?
Using: Apache 1.3 php4 |
|
#2
|
|||
|
|||
|
RE: mime types?
you need to find this line, all one line, or add this line to your config:
Code:
AddType application/x-httpd-php .phtml .php .php~ .phtml~ .html .html~ I wouldnt do that unless you use your server for mostly PHP. Otherwise, all other html will get parsed by PHP, not really a problem, just not something I would do, when Apache does it by default anyway. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > mime types? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|