www - add p.php to redirect to base site

This commit is contained in:
Carsten Haitzler 2015-04-08 14:34:27 +09:00
parent c0c4e9be43
commit 7226722200
1 changed files with 4 additions and 0 deletions

4
public_html/p.php Normal file
View File

@ -0,0 +1,4 @@
<?php
header('Location: http://www.enlightenment.org/doku.php?id=start');
die();
?>