Hi all,
I had a problem with the FCKEditor after my hosting company Dreamhost updated my server - whenever I went into a page to edit it, the FCKEditor would try and save the file fckeditor.html. If I open it, it just opens in a new page that is blank. I reinstalled fckeditor and it did not fix the problem.
The fix I found was to modify the
.htaccess of the site and change the following line:
# Example .htaccess which allows to parse .html as php
AddType application/x-httpd-php .html
to:
# Example .htaccess which allows to parse .html as php
AddType application/x-httpd-php5 .php .html
This was due to Dreamhost updating their PHP engine to version 5!
Hope this helps someone else, and thanks for WebSite Baker!!
Tim