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