cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1100
Views
0
Helpful
5
Replies

ACE Module - URL Redirect and Rewrite

tech_trac
Level 1
Level 1

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.

5 Replies 5

Gilles Dufour
Cisco Employee
Cisco Employee

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.

Hello,

Would this be a URL Redirect or Rewrite. If it is Redirect or Rewrite, how can I achieve the other one.

this is a redirect.

We can't rewrite a url except those ones contained in redirect messages from the server.

Gilles.

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'.

that's correct.

Gilles.

Review Cisco Networking for a $25 gift card