Is there anyway to open .php files in Frontpage? Everytime I tried opening any non html files, they got opened in notepad instead, even with I selected the files from Frontpage itself or opened with ... Frontpage from file explorer? Most part of my files are html coded. (Or anyone knows of any php editors with WYSIWYG feature?)
I'm in the midst of moving my site to a php supported server, but most of my current files end with .html or .htm. Is there any way to force the server to parse html files as php so that I may make use of php commands (so that I don't have to rename all my files, and most importantly, I can;t open with files in Frontpage)? I've tried forcetype, removetype, addtype
application/x-httpd-php but I got internal server error when running the .htm files with php commands after that. Php commands were ignored when the server was not forced to treat html as phps.