Skip to content

Commit 360cf07

Browse files
committed
add tuj.me index
1 parent 43a669c commit 360cf07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tuj.me/index.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
if ($_SERVER['SERVER_NAME'] == 'b.tuj.me') {
4+
header('HTTP/1.1 302 Found');
5+
header('Location: https://blog.theunderminejournal.com/');
6+
exit;
7+
}
8+
9+
header('Location: https://theunderminejournal.com/');
10+

0 commit comments

Comments
 (0)