Is there a way to open files in localhost automatically when you double click them in Windows 7?
For example, I have a huge directory of projects and it’s a pain to open them up & then change the file:/// structure to localhost on each open.
It’d be great to be able to just double-click them in Windows and have them open in 127.0.0.1
This is probably not what you’re looking for, but it’s an idea at least.
Write a little program (possibly a batch file) that takes a file as an argument and opens it in your browser via localhost (you’ll have to do some path altering).
Then set the default program associated with your HTML (or whatever) files to be the program you just made.