【发布时间】:2011-01-02 11:42:20
【问题描述】:
在我的 Apache 配置中,我有以下语句:
RewriteRule ^/classic(.*) /$1 [nc,l]
这会将所有语句返回到 http://localhost/classic 基本 htdoc 文件夹(因此使用 index.html)
我希望能够输入 http://localhost/classic/somefolder 并使其进入 htdocs 中的特定文件夹。
我该怎么做呢?
【问题讨论】:
标签: apache configuration mod-rewrite