xdb->query( "SELECT redirecturl FROM auth_user_quick AS a INNER JOIN aliases AS al ON (al.id = a.user_id AND (al.type='a_vie' OR al.type='alias')) WHERE al.alias = {?}", $username); if ($url = $res->fetchOneCell()) { $url = preg_replace('@/+$@', '', $url); if($path) { redirect("http://$url/$path"); } else { redirect("http://$url"); } exit(); } // si on est ici, il y a eu un erreur ou on n'a pas trouvé le redirect header("HTTP/1.0 404 Not Found"); ?> 404 Not Found

Not Found

The requested URL was not found on this server.


Apache Server at www.carva.org Port 80