Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

redirecting to another port

Status
Not open for further replies.
You can either use mod_rewrite or a simple perl script to do the redirect.
Code:
#!/usr/bin/perl -w

print "location:[URL unfurl="true"]http://domain.com:8080\n\n";[/URL]

 
thanks can you elaborate on how to use mod rewrite, thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top