Linux / UNIX Tech Support Forum
This is a discussion on web url redirection within the Web servers forums, part of the Mastering Servers category; Hi. How can i redirect a url. e.g. http://mail.example.com:3000 to http://mail.example.com Please help... Regards Asim...
|
|||||||
| Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi.
How can i redirect a url. e.g. http://mail.example.com:3000 to http://mail.example.com Please help... Regards Asim |
| Sponsored Links | ||
|
|
|
|||
|
put this in index of the first website
<html><head> <META HTTP-EQUIV=Refresh CONTENT="5; URL=http://mail.example.com"> </head><body> The url of this site has been changed. Please update your bookmarks! </body></html> regards www.unixmen.net team |
|
|||
|
If your site is using PHP, you can use this in your php code:
header("Location: http://www.somesite.com"); The header function must come before any other output to the client. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lighttpd URL Redirection domain.com/dir1/index.html to domain.com/dir1 | mumuri | Web servers | 2 | 06-06-2008 12:53 PM |
| Help urgently Rgardign redirection | sonaikar | Linux software | 3 | 28-06-2005 01:13 AM |