Web Hosting Talk







View Full Version : php in html part 2


Haze
04-16-2002, 08:23 PM
I have a customer that has been running php inside html documents just fine with a .htaccess file consisting of the following:
AddType application/x-httpd-php .php .php3 .phtml .html .htm .php4 .css

All of a sudden this method has just stoped working. We have not made any changes to the server since it stopped working. Does anyone have any idea what may be causing this to happen?

Shyne
04-16-2002, 08:51 PM
So what is happening now? Is the php coding not processed inside the html page? Does it just skip the PHP part?

Haze
04-16-2002, 09:09 PM
Yeah, the php isnt being processed.. its like its no longer being recogonized.

Haze
04-17-2002, 12:16 AM
problem resolved.

driverdave
04-17-2002, 12:32 AM
Why not share your solution to people who may be having a similar problem in the future?


It's quite frustrating to stumble upon someone with the same problem, knowing they solved it but don't know how.

Haze
04-17-2002, 01:11 AM
Understandable, and I usually do answer respond to issues like this with a responce. I felt it would be useless in this case, however I guess not now. The problem was that the customer was uploading a corrupt file :) Human error I guess you could call it.