CLOSED Re: [WSG] .php extension

2005-01-30 Thread James Ellis
Hi list Once again, server side scripting and the innards of various web servers are off topic for this list. I suggest you ask a dedicated PHP list or user group http://www.php.net/mailing-lists.php http://sitepoint.com http://www.google.com/search?sourceid=mozclient&ie=utf-8&oe=utf-8&q=php+use

Re: [WSG] .php extension

2005-01-26 Thread Andrew Krespanis
On Thu, 20 Jan 2005 13:51:35 -0330, Paul <[EMAIL PROTECTED]> wrote: > I have a template that I have created and am creating all my pages from > that. I have named this file x.html but when I try and rename it to > x.php, because I have some dynamic content on it, nothing displays. Any > ideas why t

Re: [WSG] .php extension

2005-01-26 Thread Bruno Torres
> Both AddType and AddHandler are instructions for the Apache server, not for > the > user agent. Instruction for user agent is sent by the server in > Content-type: header. > AddType denotes MIME type of the php file, and php module knows > what it should take care of application/x-httpd-php fil

RE: SPAM-LOW: RE: [WSG] .php extension

2005-01-26 Thread Peter Goddard
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of csslist Sent: 25 January 2005 09:15 To: wsg@webstandardsgroup.org Subject: re: SPAM-LOW: RE: [WSG] .php extension   BTW surely you are not suggesting that Coldfusion is a serious competitor for PHP5? - not one for this list though? :-) a serious

Re: [WSG] .php extension

2005-01-26 Thread Rimantas Liubertas
On Tue, 25 Jan 2005 17:15:19 -0200, Bruno Torres <[EMAIL PROTECTED]> wrote: > I know that the PHP documentation tell you to use AddType, but the > correct to use should be AddHandler. > Yes, I know, AddType works, but AddType is used to inform the user > agent how to treat a file with some extensio

Re: [WSG] .php extension

2005-01-25 Thread Bruno Torres
>Look for the line: >AddType application/x-httpd-php .php > >make it: >AddType application/x-httpd-php .html .php I know that the PHP documentation tell you to use AddType, but the correct to use should be AddHandler. Yes, I know, AddType works, but AddType is used to inform the user agent how to

re: SPAM-LOW: RE: [WSG] .php extension

2005-01-25 Thread csslist
BTW surely you are not suggesting that Coldfusion is a serious competitor for PHP5? - not one for this list though? :-) a serious competitor? haha php wont catch up to coldfusions user base for a long time and that probably wont happen at all unless php takes on an underlying structure from eithe

RE: [WSG] .php extension

2005-01-25 Thread Peter Goddard
one for this list though? :-) Hope this helps Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of csslist Sent: 20 January 2005 22:47 To: wsg@webstandardsgroup.org Subject: Re: [WSG] .php extension is the page titled index.php or default.php? if so

Re: [WSG] .php extension

2005-01-20 Thread David R
csslist wrote: is the page titled index.php or default.php? if so then u need to have the host set up your site to look for either one by default and also flush the cash u should also take a look at coldfusion ;) Apache has index.html/php as the default document, IIS opts for "default.htm/asp/asp

CLOSED Re: [WSG] .php extension

2005-01-20 Thread James Ellis
Hi This list is not the place to discuss set up and configuration of server side scripting languages. Please review the mail list guidelines prior to posting. "Discussion of server-side scripting beyond that directly involved with Web Standards" Regards James --- admin On Thu, 20 Jan 2005 17:4

Re: [WSG] .php extension

2005-01-20 Thread csslist
is the page titled index.php or default.php? if so then u need to have the host set up your site to look for either one by default and also flush the cash u should also take a look at coldfusion ;) -- Original Message -- From: Bruce <[EMAIL PROTECTED]> Re

Re: [WSG] .php extension

2005-01-20 Thread Kornel Lesinski
On Thu, 20 Jan 2005 14:48:49 -0330, Paul <[EMAIL PROTECTED]> wrote: I am on a hosted site, where would I find that file? Other .php pages display just not this one. Then you have some fatal error on your page, but server has disabled error display. See it using such php file: include('your_fata

Re: [WSG] .php extension

2005-01-20 Thread Bruce
Paul wrote: I have a template that I have created and am creating all my pages from that. I have named this file x.html but when I try and rename it to x.php, because I have some dynamic content on it, nothing displays. Any ideas why this happens ? Paul This may sound dumb, but I switched to php

Re: [WSG] .php extension

2005-01-20 Thread David R
Alternativly, if you're running IIS, the ISAPI bindings are on the ISAPI-Extensions tab of the Dir/Virtual property sheet. You can also manage these from the Site property sheets. -- -David R Dave Elkan wrote: You have to edit your httpd.conf file to process files of the .html suffix. Look fo

RE: [WSG] .php extension

2005-01-20 Thread Paul
I am on a hosted site, where would I find that file? Other .php pages display just not this one. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Elkan Sent: Thursday, January 20, 2005 2:20 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] .php

Re: [WSG] .php extension

2005-01-20 Thread Carmelyne Thompson
Paul Are you viewing this php file on your development computer that is not on a web server? Check the tags too. I am not really sure what you have going but just throwing off ideas :) -- Carmelyne Thompson Web Architect/Developer Paul wrote: I have a template that I have created and a

Re: [WSG] .php extension

2005-01-20 Thread Dave Elkan
You have to edit your httpd.conf file to process files of the .html suffix. Look for the line: AddType application/x-httpd-php .php make it: AddType application/x-httpd-php .html .php Easy!! ~Dave Paul wrote: I have a template that I have created and am creating all my pages from that. I have name

[WSG] .php extension

2005-01-20 Thread Paul
I have a template that I have created and am creating all my pages from that. I have named this file x.html but when I try and rename it to x.php, because I have some dynamic content on it, nothing displays. Any ideas why this happens ? Paul -Original Message- From: [EMAIL PROTECTED] [mai