Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试安装 sweetcron,它需要启用 mod_rewrite。那么,在 Fedora 17 上最简单的方法是什么?
编辑您的httpd.conf(默认情况下它位于/etc/httpd/conf/)
httpd.conf
/etc/httpd/conf/
将选项更改AllowOverride None为AllowOverride All
AllowOverride None
AllowOverride All
之后重新启动您的 Apache 服务器。
你可以通过一些简单的重定向来测试你的重写引擎:
Options +FollowSymLinks RewriteEngine On RewriteRule (.*) http://stackoverflow.com