forzatio Posted March 10, 2007 Share Posted March 10, 2007 Hi there, I added this line to .htaccess AddType application/x-httpd-php .php .htm .html With this line I can use php within html pages, the problem is that firefox wants to download the html file. I tried it in internet explorer and it works just fine though. I also tried to add the following line within the html. <meta http-equiv="content-type" content="text/html; charset=UTF-8"> Still firefox wants to download the html file. Link to comment https://forums.phpfreaks.com/topic/42113-solved-firefox-wants-to-download-html-file/ Share on other sites More sharing options...
wildteen88 Posted March 10, 2007 Share Posted March 10, 2007 Looks like a server configuration issue to me. Try clearing FF cache Shift+Ctrl+Del - detick every box except Cache. Click Ok. If the problem persists then the server is not configured correctly. Link to comment https://forums.phpfreaks.com/topic/42113-solved-firefox-wants-to-download-html-file/#findComment-204257 Share on other sites More sharing options...
forzatio Posted March 10, 2007 Author Share Posted March 10, 2007 Looks like a server configuration issue to me. Try clearing FF cache Shift+Ctrl+Del - detick every box except Cache. Click Ok. If the problem persists then the server is not configured correctly. hey thanks alot, that did the trick. I did ctrl+f5 at first but that was not enough it seemed. Link to comment https://forums.phpfreaks.com/topic/42113-solved-firefox-wants-to-download-html-file/#findComment-204279 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.