I have an info page I've written in plain HTML.
All the image links are like so:
so that they refer to the root of the web site.
However I want to look at the page with the images embedded before updating it. In chrome, looks in file:///c:/imgs/. However I want to redirect this to file:///C:/web/site/imgs/.
I'm trying to use to no avail.
以上就是How to use to redirect links?的详细内容,更多请关注web前端其它相关文章!