maruton's memorandum
ここはブログ作成時にやったことのメモや今まで作ったスクリプトなどをおぼえがき程度にまとめておくところ。
ページ
ホーム
Blogger Tips
HTML Tips
Script
Windows Tools
OS Tips
IT日記
WordPress
Security
Other
★
プライバシーポリシー
ページ
暗号通貨でサポート
カルダノSPO
Amazonほしい物リスト
2017年12月28日木曜日
[Windows]Apacheのmod_rewriteを有効にする
Windows Apache での手順です。
設定ファイルでOverrideを許可
テキストエディタで C:\Apache24\conf\httpd.conf を開く。
httpd.conf
LoadModule rewrite_module modules/mod_rewrite.so (158行目のコメントを解除)
<Directory "c:/Apache24/htdocs">
AllowOverride All (267行目のNoneをAllに変更)
</Directory>
この2か所の変更を行います。
0 件のコメント:
コメントを投稿
次の投稿
前の投稿
ホーム
登録:
コメントの投稿 (Atom)
0 件のコメント:
コメントを投稿