Link to home
Start Free TrialLog in
Avatar of c_hockland
c_hocklandFlag for Greece

asked on

web interface how to access it by typing citrix.domain.com ?

we have a citrix web interface. We can access the interface with no errors via ip/citri/metaframe
i have created a record on the external dns server  under the name citrix.domain.com
bit when i type this URL it gives me two folders citrix and metaframe. when i click to citrix it gets me to anther folder (metaframe) when i click on this folder then the web page opens and then i see the URL is citrix.domain.com/citrix/metaframe.
How can i do it to open by just typing citrix.domain.com ??
Any ideas?
Avatar of Brian Pringle
Brian Pringle
Flag of United States of America image

Create a default Web page in the root of that folder and insert a META REFRESH tag that will redirect the user to the above listed URL.  Something like this...

<meta http-equiv="Refresh" content="0;url=http://citrix.domain.com/citrix/metaframe">
ASKER CERTIFIED SOLUTION
Avatar of BLipman
BLipman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of c_hockland

ASKER

yeap , worked just fine Blipman.