<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CSS domain redirection in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-domain-redirection/m-p/413784#M7448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help Gilles. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using the same VIP address, so this configuration should apply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have bookmarked the above link, and will read through it today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jul 2005 13:29:44 GMT</pubDate>
    <dc:creator>a.edens</dc:creator>
    <dc:date>2005-07-26T13:29:44Z</dc:date>
    <item>
      <title>CSS domain redirection</title>
      <link>https://community.cisco.com/t5/application-networking/css-domain-redirection/m-p/413782#M7446</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone advise on the best way to re-direct entire domains to a new domain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically, our problem is that our original domains are all being retired. As of a certain date, I would like to re-direct every request of *.olddomain.com to a "sorry" page. From there the user can click onwards to the home page of the new domain, and reset his/her bookmards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this with the CSS, and are there any coding examples?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2005 18:50:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-domain-redirection/m-p/413782#M7446</guid>
      <dc:creator>a.edens</dc:creator>
      <dc:date>2005-07-25T18:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: CSS domain redirection</title>
      <link>https://community.cisco.com/t5/application-networking/css-domain-redirection/m-p/413783#M7447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume the new domain and the old domain both point to the same VIP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, you can do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;owner mycompany&lt;/P&gt;&lt;P&gt;  content olddomain&lt;/P&gt;&lt;P&gt;    vip x.x.x.x&lt;/P&gt;&lt;P&gt;    proto tcp&lt;/P&gt;&lt;P&gt;    port 80&lt;/P&gt;&lt;P&gt;    url "//www.olddomain.com/*"&lt;/P&gt;&lt;P&gt;    add service redirect&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;  content newdomain&lt;/P&gt;&lt;P&gt;    vip x.x.x.x&lt;/P&gt;&lt;P&gt;    proto tcp&lt;/P&gt;&lt;P&gt;    port 80&lt;/P&gt;&lt;P&gt;    url "/*"&lt;/P&gt;&lt;P&gt;    add service ...&lt;/P&gt;&lt;P&gt;    add service ...&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service redirect&lt;/P&gt;&lt;P&gt;  ip address x.x.x.x [sorry server ip address]&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR the service redirect could really be a redirect to another ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information on how to configure redirect on the CSS, look at the following document :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_configuration_example09186a00801de8d6.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_configuration_example09186a00801de8d6.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2005 07:39:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-domain-redirection/m-p/413783#M7447</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-07-26T07:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: CSS domain redirection</title>
      <link>https://community.cisco.com/t5/application-networking/css-domain-redirection/m-p/413784#M7448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help Gilles. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using the same VIP address, so this configuration should apply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have bookmarked the above link, and will read through it today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2005 13:29:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-domain-redirection/m-p/413784#M7448</guid>
      <dc:creator>a.edens</dc:creator>
      <dc:date>2005-07-26T13:29:44Z</dc:date>
    </item>
  </channel>
</rss>

