Apacheで「.htaccess」を有効にする(許可)
Apacheで「.htaccess」を有効にする(許可)
■httpd.confの設定
httpd.confを編集して.htaccessを有効にする方法は
<Directory "公開ディレクトリへのパス">
の下の「AllowOverride」と「Options」を「all」に変更する
Options All
AllowOverride All
Chocola’s Worklog
Apacheで「.htaccess」を有効にする(許可)
■httpd.confの設定
httpd.confを編集して.htaccessを有効にする方法は
<Directory "公開ディレクトリへのパス">
の下の「AllowOverride」と「Options」を「all」に変更する
Options All
AllowOverride All