Hmm okay that works, for most .php3 files, but for some reason,
does not work with index.php3.  Very strange...

H

"Hoover, Josh" wrote:
> 
> Try doing this in your httpd.conf (replacing what you have now):
> 
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php .php3
> AddType application/x-httpd-php-source .phps
> 
> Josh Hoover
> KnowledgeStorm, Inc.
> 
> Searching for a new IT solution for your company? Need to improve your
> product marketing?
> Visit KnowledgeStorm at www.knowledgestorm.com to learn how we can
> simplify the process for you.
> KnowledgeStorm - Your IT Search Starts Here
> 
> > Hello, I am having trouble getting .php3 files to work in php4.0.4pl1.
> >
> > .php files work fine, but my browser wants to download the .php3 file.
> >
> > Here are the relevant lines from httpd.conf:
> >
> > AddType application/x-httpd-php .php .php3
> > AddType application/x-httpd-php-source .phps
> >
> > I'm at a bit of a loss as to why a .php file would work, but
> > a .php3 file
> > does
> > not.

-- 
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