Good Evening,
The problem I'm having is this : I have several hundred pages on my web site which are currently static pages. I'm porting my data to a database, and will now have each page dynamically generated via a SQL query using PHP.
I've gotten the page to work when I use a .php3 extension on the file. However, if I change it to a .html extension, it no longer works. I have edited the mime.types file on my web server to reflect the following :
application/x-httpd-php3 php3 php htm html
I'm obviously mission something important here. Is there a different way to construct a page that uses PHP when the the extension ends in .html vs .php3? I'd like to be able to make this work, otherwise I have to redirect all my .html pages to hit the new .php3 page, which would be a pain (I have lots of sites linked to my current pages). I know this works when using .html vs .shtml for SSI, and I'm sure what I'm trying to do works as well...I'm just not sure what I'm missing.
If you need the complete code of my page, please let me know and I'll post it.
Thanks,
Mark