pl_self(), '/'); @list($username, $path) = explode('/', $path, 2); if ($username && !is_null($user = User::getSilent($username))) { $url = XDB::fetchOneCell('SELECT url FROM carvas WHERE uid = {?}', $user->id()); if ($url) { $url = preg_replace('@/+$@', '', $url); if ($path) { http_redirect("http://$url/$path"); } else { http_redirect("http://$url"); } } } header($_SERVER['SERVER_PROTOCOL'] . ' 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