开发者

I'm Stuck with a simple lighttpd url.rewrite

Just switched from apache and having some rewrite issues.

Simple task: rewrite "http://www.foo.com/BAR/" to "http://www.foo.com/BAR/index.php"

I've tried the following (and variations) but it doesn't parse.

url.rewrite =开发者_JS百科 (
   "/BAR/" => "/BAR/index.php"
)

I suck in regexps btw.


Solved it. Forgot a "," to from a previous rewrite line...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜