> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 08, 2000 3:21 PM
> To: [EMAIL PROTECTED]
> Subject: [plug] apache help
> 
> 
> 
> 
> sirs,
> 
>       Is this possible :
> 
> If I access this http://www.mydomain.com/~user
> will redirect to http://otherdomain.com  automatically ?

yup, with meta http-equiv

<html>
<head>
<title>Sample URL-Refresh</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META HTTP-EQUIV="Refresh" CONTENT="2;URL=http://otherdomain.com">
</head>
<body>
<h1>This page will reload in 2 seconds</h1>
</body>
</html>

-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Reply via email to