\n"; echo "Page not found!
\n"; $list = preg_split("/\//", $_SERVER["REQUEST_URI"]); $size = sizeof($list); if($_SERVER["REQUEST_URI"][strlen($_SERVER["REQUEST_URI"]) - 1] == '/') $size--; $new = "http://$_SERVER[SERVER_NAME]"; for($i = 0; $i < $size - 1; $i++) { $new .= "$list[$i]/"; } ?>

\n"; echo "Maybe you'll have more luck with this URL:
\n"; echo "$new\n"; echo "

Or why not check the main Edoropolis site?
\n"; echo "http://www.edoropolis.org\n"; ?>