cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
424
Views
0
Helpful
1
Replies

Redirection

I am using a CSS 11500 and would like to redirect the "http traffic" to the same VIP but to a different page. Ex: ( http://site -----> http://site/1111).

I use a content rule for that but it goes directly in loop when I use it.

Does somebody have a solution to fix this problem?

Thanks in advance

1 Reply 1

rob
Level 1
Level 1

create a service with the vip address

working example

service test

ip x.x.x.x

port 80

active

create content rule:

content test

add service test

url "/bizdesk" (anything destined for www.test.com/bizdesk redirect to......use "/*" for anything hitting www.test.com/

protocol tcp

port 80

redirect "http://www.cisco.com/index.html"

active

Hope this helps

Review Cisco Networking for a $25 gift card