cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
703
Views
0
Helpful
3
Replies

redirect URL?

dtrid
Level 1
Level 1

I want when the customer type http://news.people.com, they can get the content of URL http://www.people.com/news, I have conrrect DNS that resolve the http://news.people.com to VIP on the css. then how should I do on the css?

3 Replies 3

Gilles Dufour
Cisco Employee
Cisco Employee

there is a document called

"Redirect Configuration on the CSS 11000"

This will help you configure what you need.

http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_configuration_example09186a00801de8d6.shtml

Gilles.

hi,please check my configuration

content default

port 80

protocol tcp

vip address 192.168.1.20

url "/*"

add service web1

active

content redirect

port 80

protocol tcp

vip address 192.168.1.20

url "//news.people.com"

redirect "//www.people.com/news/"

active

thanks

looks good to me.