hasen's tech life

Twitter: @hasen

Entries from 2017-07-09 to 1 day

AWSのEC2でApacheのリダイレクトが効かないなと思ったら,以下の設定が異なっていたので変更した.

# AWSのEC2でApacheのリダイレクトが効かないなと思ったら,以下の設定が異なっていたので変更した. $ vi /usr/etc/conf/httpd.conf <Directory "/var/www"> -- AllowOverride All ++ AllowOverride None <Directory "/var/www/html"> -- AllowOverride None ++ AllowOverride All</directory></directory>