Improvements.

This commit is contained in:
Niels Serup
2011-08-05 00:49:51 +02:00
parent 0cc9d8fdc5
commit 15b8bb5265
99 changed files with 1952 additions and 227 deletions

View File

@@ -0,0 +1 @@
ErrorDocument 404 /index.php

View File

@@ -0,0 +1,4 @@
<?php
$addr = $_SERVER['REQUEST_URI'];
header('Location: http://words.metanohi.name$addr');
?>