First commit.
This commit is contained in:
1
dotorgredirect/.htaccess
Normal file
1
dotorgredirect/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
ErrorDocument 404 /index.php
|
||||
1
dotorgredirect/films/.htaccess
Normal file
1
dotorgredirect/films/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
ErrorDocument 404 /index.php
|
||||
4
dotorgredirect/films/index.php
Normal file
4
dotorgredirect/films/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$addr = $_SERVER['REQUEST_URI'];
|
||||
header('Location: http://films.metanohi.name$addr');
|
||||
?>
|
||||
1
dotorgredirect/heavy/.htaccess
Normal file
1
dotorgredirect/heavy/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
ErrorDocument 404 /index.php
|
||||
4
dotorgredirect/heavy/index.php
Normal file
4
dotorgredirect/heavy/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$addr = $_SERVER['REQUEST_URI'];
|
||||
header('Location: http://hvy.metanohi.name$addr');
|
||||
?>
|
||||
4
dotorgredirect/index.php
Normal file
4
dotorgredirect/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$addr = $_SERVER['REQUEST_URI'];
|
||||
header('Location: http://metanohi.name$addr');
|
||||
?>
|
||||
1
dotorgredirect/nohix/.htaccess
Normal file
1
dotorgredirect/nohix/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
ErrorDocument 404 /index.php
|
||||
4
dotorgredirect/nohix/index.php
Normal file
4
dotorgredirect/nohix/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$addr = $_SERVER['REQUEST_URI'];
|
||||
header('Location: http://nohix.metanohi.name$addr');
|
||||
?>
|
||||
1
dotorgredirect/oldsites/.htaccess
Normal file
1
dotorgredirect/oldsites/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
ErrorDocument 404 /index.php
|
||||
4
dotorgredirect/oldsites/index.php
Normal file
4
dotorgredirect/oldsites/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$addr = $_SERVER['REQUEST_URI'];
|
||||
header('Location: http://old.projects.metanohi.name$addr');
|
||||
?>
|
||||
1
dotorgredirect/pictures/.htaccess
Normal file
1
dotorgredirect/pictures/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
ErrorDocument 404 /index.php
|
||||
4
dotorgredirect/pictures/index.php
Normal file
4
dotorgredirect/pictures/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$addr = $_SERVER['REQUEST_URI'];
|
||||
header('Location: http://pictures.metanohi.name$addr');
|
||||
?>
|
||||
1
dotorgredirect/projects/.htaccess
Normal file
1
dotorgredirect/projects/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
ErrorDocument 404 /index.php
|
||||
4
dotorgredirect/projects/index.php
Normal file
4
dotorgredirect/projects/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$addr = $_SERVER['REQUEST_URI'];
|
||||
header('Location: http://projects.metanohi.name$addr');
|
||||
?>
|
||||
1
dotorgredirect/roptoligs/.htaccess
Normal file
1
dotorgredirect/roptoligs/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
ErrorDocument 404 /index.php
|
||||
4
dotorgredirect/roptoligs/index.php
Normal file
4
dotorgredirect/roptoligs/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$addr = $_SERVER['REQUEST_URI'];
|
||||
header('Location: http://roptoligs.metanohi.name$addr');
|
||||
?>
|
||||
1
dotorgredirect/suum/.htaccess
Normal file
1
dotorgredirect/suum/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
ErrorDocument 404 /index.php
|
||||
4
dotorgredirect/suum/index.php
Normal file
4
dotorgredirect/suum/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$addr = $_SERVER['REQUEST_URI'];
|
||||
header('Location: http://suum.metanohi.name$addr');
|
||||
?>
|
||||
Reference in New Issue
Block a user