【发布时间】:2009-12-20 19:08:52
【问题描述】:
我正在使用 mod_rewrite 来清理我的一些 URL (duh),并且我得到了它的工作。排序。它重定向到正确的页面,但样式表不显示。这是我在 .htaccess 中的代码:
RewriteEngine on
RewriteRule ^blog/([^/\.]+)/?$ post.php?page=$1 [L]
那么发生了什么?顺便说一下,这是我第一次使用 mod_rewrite。
【问题讨论】:
标签: php apache mod-rewrite