[PHP3] parsing all .html files with php From: Alexander Fordyce (alex <email protected>)
Date: 09/04/98

Hi all.

Terribly sorry to ask a question that I know has been answered before, but I
have searched the mailing list and I can't find the answer...

I am trying to turn on php parsing of all .html files in a particular
directory, so I have added the appropriate lines to my <Directory> so it
looks like this...

<Directory /blah/foo/bar>
...stuff...
AddType application/x-httpd-php3 .html
AddType application/x-httpd-php3 .phtml
AddType application/x-httpd-php3-source .phps
</Directory>

...but when I go to index.html in this directory, Netscape gives me the "You
have started to download a file of type application/x-httpd-php3" dialog
box. Going to index.phtml works perfectly.

What could I be doing wrong?

Thanks for any suggestions,
Alex

alexf <email protected>
415.905.4046 vox

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3