1833681 Members
4578 Online
110062 Solutions
New Discussion

apache

 
K.C. Chan
Trusted Contributor

apache

All,
I've re-directed www.mydoamin to www.mydomain:8080, but the url appears as "www.mydomain:8080". How do mask it so that it will only show "www.mydomain" eventhough it's re-directed to www.mydomain:8080? Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
3 REPLIES 3
U.SivaKumar_2
Honored Contributor

Re: apache

Hi,
What is the rule you used in apache for redirecting ?

regards,
U.SivaKumar
Innovations are made when conventions are broken
benoit Bruckert
Honored Contributor

Re: apache

Hi,
On my side I'm using a proxy defintion to make it work, and the url is masked !!
try for example :

ProxyRequests On
ProxyPass / http://www.mydomain:8080/

Order deny,allow
Allow from all

#
ProxyVia On
Une application mal pansée aboutit à une usine à gaze (GHG)
K.C. Chan
Trusted Contributor

Re: apache

this is what I used:


DocumentRoot /var/www/mydir/
Redirect / http://www.mdomain.com:8080/mydir/signin.jsp
ServerName www.mydomain.com



any idea how to make this appear on the url of the browser: "http://www.mydomain.com"? Thanks.
Reputation of a thousand years can be determined by the conduct of an hour