StoreFront Default Web Page (NetScaler)
Posted by admin | Posted in Technical | Posted on 26-11-2013-05-2008
0
So usually when I am on site at a customer most people don’t want their users to have to type http://internalFQDN/Citrix/StoreNameWeb. So most people since you really need NetScaler why not do a rewrite on what gets passed to redirect users.
Rewrite Explained
- Login to NetScaler
- Open your StoreFront virtual Server
- Click on the Polices tab
- Then Click on Rewrite
- Now Insert a New Policy
- Give the policy a name. For our example we are going to use rw_pol_storefront
- Next create a new action. On this action we are going to do the following.
- Now we need to Set the Expression that will invoke the rewrite policy. This value is that needs to be check is… HTTP.REQ.URL.EQ(“/”)
- Click Ok all the way out
- Save your configuration
- Now Open up your favorite browser and type internal StoreNameFQDN and you should be redirected to the StoreWeb site. *Note you might need to clear your browser cache.