让mod_rewrite适用于OSX Lion

时间:2012-01-25 15:12:01

标签: macos apache2 osx-lion expressionengine

我正在尝试让mod_rewrite在OSX Lion上运行。

默认情况下,Lion会加载mod_rewrite模块。

在我的/etc/apache2/users/neil.conf中,我包含以下内容:

<Directory "/Users/neil/Sites/">
    Options Indexes MultiViews
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

但每当我在本地访问某个页面时,都会收到消息:在此服务器上找不到请求的URL / some-page /。

1 个答案:

答案 0 :(得分:0)

如果您访问domain.com/index.php/some-page而不是domain.com/some-page,是否可以访问该页面?

如果是这样,这可能是一个htaccess问题。考虑结帐EE's documentation on using an htaccess file to remove index.php from the URLs