Re: [PHP-INST] html and php

2003-01-27 Thread boka
> Sorry, I didn't see the .html at the beginning of the string. In > that case, don't add the other. > > Did you restart Apache? Did you make sure to only have one > directive (so to avoid another one superseding this one)? only in one place -- Twoja dzienna dawka ZEN: Jesli myslisz, iz

RE: [PHP-INST] html and php

2003-01-27 Thread boka
> A. Make sure you don't have another addtype directive with only .php in > it. not found :-) > B. Make sure to restart apache after changing httpd.conf. ofcourse it was restared with no result :-( -- Twoja dzienna dawka ZEN: Nie badz niezastapiony. Jesli nie mozesz byc zastapiony, nie mozesz b

Re: [PHP-INST] html and php

2003-01-27 Thread Ashley M. Kirchner
boka wrote: AddType application/x-httpd-php .html .php4 .php3 .phtml .php .html and AddType application/x-httpd-php .html .php4 .php3 .phtml .php which is in my conf Sorry, I didn't see the .html at the beginning of the string. In that case, don't add the other. Did you restart Apac

Re: [PHP-INST] html and php

2003-01-27 Thread boka
> If you want your php code to be executed, you need to either use > .php extensions, or add .html to your directive, ala: > > AddType application/x-httpd-php .html .php4 .php3 .phtml .php .html tell want difference is between: AddType application/x-httpd-php .html .php4 .php3 .phtml .php

RE: [PHP-INST] html and php

2003-01-27 Thread Matt Schroebel
> -Original Message- > From: boka [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 27, 2003 2:57 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] html and php > > > Hi ! > > here is my story (i have looked through archives and found > nothing t

Re: [PHP-INST] html and php

2003-01-27 Thread Ashley M. Kirchner
boka wrote: When i change the extension of file to .php it is working. If you want your php code to be executed, you need to either use .php extensions, or add .html to your directive, ala: AddType application/x-httpd-php .html .php4 .php3 .phtml .php .html -- W | I haven't lost my mi

[PHP-INST] html and php

2003-01-27 Thread boka
Hi ! here is my story (i have looked through archives and found nothing to my problem): I have working configuration of apache 1.3.27 with php-4.3.0 on linux with 2.4.20 kernel. I want to put some php code into my .html pages. So I have added: 1. AddType application/x-httpd-php .html .php4 .ph