This is a discussion on parsing .html files (tried everything but can't get it to work) within the PHP Language forums, part of the PHP Programming Forums category; hi all, i'm running apache 2.0. here's my php.conf: LoadModule php4_module modules/libphp4.so AddType application/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hi all,
i'm running apache 2.0. here's my php.conf: LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php .php .php4 .php3 .phtml .html DirectoryIndex index.php index.php3 whenever i try to open an html page, the browser keeps trying to download the file. i've ready every post i could find, but nothing seems to help. help! mkm |
|
|||
|
Saved from browser doc is interpreted by php? Look at http negotiation,
use eg. ethereal, what headers send apache? manishie@manishie.com wrote: > hi all, > > i'm running apache 2.0. here's my php.conf: > > LoadModule php4_module modules/libphp4.so > AddType application/x-httpd-php .php .php4 .php3 .phtml .html > DirectoryIndex index.php index.php3 > > whenever i try to open an html page, the browser keeps trying to > download the file. i've ready every post i could find, but nothing > seems to help. > > help! > > mkm > -- Robert Was |
|
|||
|
manishie@manishie.com said the following on 1/21/2005 12:09 AM:
> hi all, > > i'm running apache 2.0. here's my php.conf: > > LoadModule php4_module modules/libphp4.so > AddType application/x-httpd-php .php .php4 .php3 .phtml .html > DirectoryIndex index.php index.php3 > > whenever i try to open an html page, the browser keeps trying to > download the file. i've ready every post i could find, but nothing > seems to help. > > help! > Did you restart Apache after changing your httpd.conf so that the modifications can take effect? --Kartic |