Skip to content

Commit

Permalink
あじあ姓名うらないに集約
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-nakamura committed May 5, 2015
1 parent 9de907e commit f3a89a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
@@ -1,7 +1,7 @@
<?php
if ($_SERVER["SERVER_NAME"] == "seimei-asia.herokuapp.com") {
if ($_SERVER["SERVER_NAME"] == "seimei-asia.herokuapp.com" || $_SERVER["SERVER_NAME"] == "seimei.kurashi.asia") {
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://seimei.kurashi.asia" . $_SERVER[REQUEST_URI]);
header("Location: http://www.seimei.asia" . $_SERVER[REQUEST_URI]);
} else {
header('Content-type: text/html; charset=utf-8;');
}
Expand Down

0 comments on commit f3a89a4

Please sign in to comment.