Files
afup/htdocs/pages/forumphp/index.php

4 lines
69 B
PHP

<?php
header('Location: http://www.forumphp.org/', true, 302);
exit;