【发布时间】:2014-12-01 17:05:34
【问题描述】:
将此行添加到我的 htaccess 后,我遇到了一个大问题:
RewriteRule ([a-z]+)/ index.php?p=$1 [L]
我有这样的错误:
Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://localhost/media/css/lvnr.min.css".
Resource interpreted as Script but transferred with MIME type text/html: "http://localhost/media/js/bootstrap.min.js".
我认为问题在于我的 htaccess 尝试将所有链接 media/... 重定向到 index.php?p= ...
请问如何解决
【问题讨论】:
标签: php apache .htaccess rewrite