Forum Moderators: open
Right now it just opens it as a text file, even plain html won't work on local files that are named .php or .shtml.
Before anyone just says just "Use (name any better browser)", I do for my default I use Firefox, Opera is my back up... but I need to check files on IE before I upload to make sure there's no obvious error since the majority of visitors use it.
Does anyone know what to edit, and where to find it?
In case anyone ever needs this, it's in HKEY_CLASSES_Root
go to php folder, add new string value Content Type, modify value data to text/html
Same for .shtml, after that it will open just fine in IE locally. Of course it won't parse code, but if you need to view a page that is mostly html anyway, it's handy.