First commit.
This commit is contained in:
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');
|
||||
?>
|
||||
Reference in New Issue
Block a user