1
0

Redirect / to /about/

This commit is contained in:
Aaron Lindsay 2011-03-20 21:39:14 -06:00
parent 8460dba765
commit b7007a79be

View File

@ -1,3 +1,3 @@
<?php
header('Location: http://aclindsay.com/home/');
header('Location: http://aclindsay.com/about/');
?>