hasen's tech life

Twitter: @hasen

Entries from 2017-12-27 to 1 day

.htaccessでのリダイレクトができないので,PHPファイルで対応した.

# .htaccessでのリダイレクトができないので,PHPファイルで対応した. $ vi public/index.php ++ header( "HTTP/1.1 301 Moved Permanently" ); ++ header('Location: https://XXX.com'); ++ exit;