View Single Post
Old 2007-01-03, 06:36 AM   #7
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
Did you already have the line below in your .htaccess file?

Code:
AddType application/x-httpd-php .php
I'm wondering if you just added the ".html" to the end of that line or if you added the whole line including the ".php" before the ".html" on your own.

If you added the whole line, you might want to try it with just the ".html" in there, instead of having ".php .html" on that line. I think that worked for me on something once.

One other thing, I've seen comments about how if your host is running suPHP you may need to edit that line to remove the "/application/" text from it.

Aside from that, I'm not sure why it wouldn't be working for you.
__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote