首页 > 解决方案 > 重写 CSS 和图像 URL

问题描述

我有这段代码可以删除 .html

 RewriteEngine On

 RewriteCond %{REQUEST_FILENAME} !-f

 RewriteRule ^([^/]+)/$ $1.html

 RewriteRule ^([^/]+)/([^/]+)/$ /$1/$2.html

转到posts.html 工作,但posts 不显示CSS 或图像,帮助?

标签: htmlmod-rewrite

解决方案


推荐阅读