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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

web server & aliases

Status
Not open for further replies.

balvey27

Technical User
Feb 24, 2009
24
US
I have an Apache webserver on my aix 5.3 machine and a site setup at machine_name:port/files/more_files.htm. Is there a way to redirect or alias that address with just a machine_name/page type name?
 
Just set the Document.Root in http.conf to the location of the documents you want to display, then use only the name. Alternately you could also use Alias. Also, the port number should not be required if using the standard 80 and 443 ports.
 
it's not a standard port, it's actually an oracle app server that uses 4889.

Thanks, though, I'll give it a try.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top