HTML Case Sensitive Issues

前端 未结 8 1361
醉酒成梦
醉酒成梦 2021-01-28 09:10

We have a site that\'s always been deployed on a windows server with no case sensitivity issues. However we now need to deploy to Linux and know the site has lots of incorrectl

相关标签:
8条回答
  • 2021-01-28 10:14

    I have used ActiveState Komodo Edit's find and replace function in regular expression mode to do something similar.

    0 讨论(0)
  • 2021-01-28 10:17

    I used Dreamweaver, it keeps track of all the links. Rename the images folder and it will update all the links for you in the html files. You can then change the folder name back to the original name if you wish (and it will again update all the links).

    0 讨论(0)
提交回复
热议问题