for php4:
AddType application/x-httpd-php .html

for php3:
AddType application/x-httpd-php3 .html

On Tue, 20 Mar 2001 10:12:56 -0800, Rick VanNorman
([EMAIL PROTECTED]) wrote:
>On 3/20/2001 at 12:29 PM Jack Dempsey wrote:
>
>>You can tell apache to have the php interpreter parse files with an
>>html
>>extension, thereby letting you use the tags in html
>>files.......whether
>>this
>>is a good solution or not is another question.....that would mean
>>that each
>>file would get parsed....why are you trying to do this?
>>
>
>To be able to include php code in otherwise full html files;
>most especially to allow me to do it without having to change
>the name of every file and fix every href in the entire site.
>
>So, exactly how do I tell apache to do this?
>
>Thanks,
>Rick
>1
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: php-list-
>[EMAIL PROTECTED]



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to