Re: [EMAIL PROTECTED] Parsing .htm extensions as .php extensions

2005-08-16 Thread David Blomstrom
--- Erkan BALABAN <[EMAIL PROTECTED]> wrote: > you must search for .htaccess. because this parcing > process can be done with .htaccess. OK, I think I've got it all figured out now. I worked on this several months ago but couldn't get it to work. I just discovered that it was working all the time

Re: [EMAIL PROTECTED] Parsing .htm extensions as .php extensions

2005-08-16 Thread Erkan BALABAN
David Blomstrom wrote: I THINK there's an Apache function that allows you to use PHP on web pages with .htm extensions. I gave it a shot some time ago and couldn't get it to work. Not until I tackled mod_rewrite a couple days ago did I discover that my .htaccess file wasn't functioning properly.

Re: [EMAIL PROTECTED] Parsing .htm extensions as .php extensions

2005-08-16 Thread David Blomstrom
> From: "David Blomstrom" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, August 16, 2005 11:15 AM > Subject: Re: [EMAIL PROTECTED] Parsing .htm extensions > as .php extensions > > > > OK, you're talking about Apache's httpd conf file, > > right? I

Re: [EMAIL PROTECTED] Parsing .htm extensions as .php extensions

2005-08-16 Thread Chris Knipe
Isn't that one a bit obvious? Add .htm to the list??? -- Chris. - Original Message - From: "David Blomstrom" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 16, 2005 11:15 AM Subject: Re: [EMAIL PROTECTED] Parsing .htm extensions as .php extensions OK, you'

Re: [EMAIL PROTECTED] Parsing .htm extensions as .php extensions

2005-08-16 Thread David Blomstrom
OK, you're talking about Apache's httpd conf file, right? It already has this line: AddType application/x-httpd-php .php .php4 .php3 .phtml So how do I change it if I want it to interpret .htm extensions as .php extensions? Also, is there anyway to do this in .htaccess instead? I don't think I ha

Re: [EMAIL PROTECTED] Parsing .htm extensions as .php extensions

2005-08-16 Thread Davide Bianchi
David Blomstrom wrote: > I THINK there's an Apache function that allows you to > use PHP on web pages with .htm extensions. Just change the extension mapping in the default AddType application/x-httpd-php to wathever you want. Davide -- "Our business model works even if all internet software i

[EMAIL PROTECTED] Parsing .htm extensions as .php extensions

2005-08-16 Thread David Blomstrom
I THINK there's an Apache function that allows you to use PHP on web pages with .htm extensions. I gave it a shot some time ago and couldn't get it to work. Not until I tackled mod_rewrite a couple days ago did I discover that my .htaccess file wasn't functioning properly. So I want to give this o