08 2020 档案

摘要:网上很多答案都是过时的,根本不是2.4版本的正确配置,看过官方更新文档后 正确配置: #配置虚拟目录<IfModule dir_module># directory 相当于是欢迎页面DirectoryIndex index.html index.html index.php#你的站点别名Alias 阅读全文
posted @ 2020-08-30 21:52 江湖湖 阅读(450) 评论(0) 推荐(0)
摘要:在网页HTML上访问静态资源的正确写法例: 1、<img src="../../static/bootstarp/img/2.jpg" th:src="@{bootstarp/img/2.jpg}" /> 2、<link href="../../static/bootstarp/custom/exa 阅读全文
posted @ 2020-08-26 23:47 江湖湖 阅读(388) 评论(0) 推荐(0)