Posted on: 3/8/2015 8:06:07 AM | Views : 591

I have just copied a whole website (eg www.xyz.com) of a health information to my local drive folder for my own offline reading say C:\XYZ\ using some tools
In aspx or html pages, for all links to html or css and js that has www.xyz.com/something I replace the text into
./something in batch (there are thousands of such links to aspx or html or css or js so I used text editor and use find+replace all).
This modification corrects the path for desired local js and css in local path which is good... (((BUT))) for those that point to local html (original just www.xyz/something points to html inside),  instead of opening ./something/index.html or aspx, it opens a windows explorer showing content of the folder.

How to polish my modification to open the html instead of explorer showing content ? Seems .\something has a fl ...

Go to the complete details ...