09-27-2009 09:39 AM
Hello,
If a web request hits ACE on abc.com, how can it be converted to www.abc.com as part of URL Redirect and URL Rewrite feature in ACE module.
Regards.
09-28-2009 12:14 AM
I feel like this is more a DNS issue.
Is your DNS server returning the ip address for www.dns.com ?
That' the first thing to check.
Otherwise the request will not even get to the ACE.
On the ACE, simply create a class-map of type http to catch the host header abc.com.
Also create a redirect serverfarm pointing to www.abc.com.
Then link the 2 together inside a policy-map.
Gilles.
09-28-2009 01:54 AM
Hello,
Would this be a URL Redirect or Rewrite. If it is Redirect or Rewrite, how can I achieve the other one.
09-28-2009 06:24 AM
this is a redirect.
We can't rewrite a url except those ones contained in redirect messages from the server.
Gilles.
09-28-2009 07:36 AM
Please confirm if I understood correctly.
- User requests for abc.com
- ACE receives the request and sends back HTTP 302 to the user with new URL www.abc.com
- User resends the request to www.abc.com and this time ACE forwards it to the Server. So in other words, the server never receives a request on 'abc.com'.
09-29-2009 12:34 AM
that's correct.
Gilles.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide