Dear sir, I'm a newbie to apache , I can't get what are you are saying ,. When i type the url in the browser , it will be redirected to the site http://www.whatsonchennai.com:8080/ and this would display this url in the address bar , I don't want to display this url in the address bar but instead should be redirected . The index.html file is provided below. <html> <head> <title>whatsonchennai</title> </head> <meta http-equiv="refresh" content="1; URL=http://www.whatsonchennai.com:8080/"> <body bgcolor="#FFFFFF"> <p><a href="http://www.whatsonchennai.com:8080/"> Redirect to new site</a></p> </body> </html> Sincerely, S.Rajkumar. On Wed, 9 Mar 2005 14:18:02 -0500, PMilanese@xxxxxxxx <PMilanese@xxxxxxxx> wrote: > If you're trying to get past filtered ports on your cable connection, it > isn't going to work. > > If not, you need to detail the logic. Normally one would just have the > server listen on 80. > > > -----Original Message----- > > From: rajkumars910@xxxxxxxxx [mailto:rajkumars910@xxxxxxxxx] > > Sent: Wednesday, March 09, 2005 2:13 PM > > To: users@xxxxxxxxxxxxxxxx > > Subject: [users@httpd] Url Rewriting > > > > Dear sir, > > I had gone through the url rewriting guide and could > > understand some information that too bits and pieces. Can anyone > > provide me a solution for this > > > > How could i give the condition for url rewriting. When i type the url > > "http://www.whatsonchennai.com" in the browser, it should display the > > contents of http://www.whatsonchennai.com:8080/ and it should show > > only the url as http://www.whatsonchennai.com. > > > > Thanks in Advance, > > > > Sincerely, > > S.Rajkumar > > > > --------------------------------------------------------------------- > > The official User-To-User support forum of the Apache HTTP Server > Project. > > See <URL:http://httpd.apache.org/userslist.html> for more info. > > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx