<?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 - URL rewrite question in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-url-rewrite-question/m-p/813386#M15879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CSS does not do url-rewrite.&lt;/P&gt;&lt;P&gt;All we can do is generate an HTTP redirect [as shown in Syed example] forcing the client to open a new connection to the new location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the destination ip in the redirect is the vip itself, the client will reopen a connection with  the CSS again.  You can then catch this traffic in a different content rule and perform loadbalancing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie: if you want to catch the default url "/" and redirect to "/new-site" you would create a  redirect rule catching url "/" and a 2nd rule catching "/new-site/*" and loadbalance with the servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2007 06:35:17 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2007-04-27T06:35:17Z</dc:date>
    <item>
      <title>CSS - URL rewrite question</title>
      <link>https://community.cisco.com/t5/application-networking/css-url-rewrite-question/m-p/813383#M15876</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to perform a URL rewrite with the CSS 11506? We are migrating user apps from our old environment into a new one and need to redirect the users to the new environment as apps are migrated. Both environments will be up and available for the duration of the app migration. What we would like to do is when a user types &lt;A class="jive-link-custom" href="https://abc.123.xyz.com/appname" target="_blank"&gt;https://abc.123.xyz.com/appname&lt;/A&gt; that they are redirected to &lt;A class="jive-link-custom" href="https://abc.123.com/appname" target="_blank"&gt;https://abc.123.com/appname&lt;/A&gt; (dropping the .123 from the URL) and rewriting the new URL in the users browser. Also, we need to continue to load balance this user traffic in both environments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible? If so, please direct to some supporting documentation. We are running WebNS version sg0750105s on a 11506.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Adam&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2007 18:01:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-url-rewrite-question/m-p/813383#M15876</guid>
      <dc:creator>a.veschak</dc:creator>
      <dc:date>2007-04-26T18:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - URL rewrite question</title>
      <link>https://community.cisco.com/t5/application-networking/css-url-rewrite-question/m-p/813384#M15877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content redirect&lt;/P&gt;&lt;P&gt;port 80&lt;/P&gt;&lt;P&gt;protocol TCP&lt;/P&gt;&lt;P&gt;vip address x.x.x.x&lt;/P&gt;&lt;P&gt;URL "/*"&lt;/P&gt;&lt;P&gt;redirect "//abc.123.com/appname"&lt;/P&gt;&lt;P&gt;active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the redirect command is used to set HTTP status code 302 (object moved) for a&lt;/P&gt;&lt;P&gt;content rule and specify the alternate location of the content governed by a rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 19:11:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-url-rewrite-question/m-p/813384#M15877</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2007-04-26T19:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - URL rewrite question</title>
      <link>https://community.cisco.com/t5/application-networking/css-url-rewrite-question/m-p/813385#M15878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. However, I need to perform this URL rewrite for each app as we migrate into the new environment... and each app has it's own content rule which is balanced across multiple services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems as if I can either do the rewrite or load balance... but not both at the same time. Is this correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 21:10:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-url-rewrite-question/m-p/813385#M15878</guid>
      <dc:creator>a.veschak</dc:creator>
      <dc:date>2007-04-26T21:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - URL rewrite question</title>
      <link>https://community.cisco.com/t5/application-networking/css-url-rewrite-question/m-p/813386#M15879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CSS does not do url-rewrite.&lt;/P&gt;&lt;P&gt;All we can do is generate an HTTP redirect [as shown in Syed example] forcing the client to open a new connection to the new location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the destination ip in the redirect is the vip itself, the client will reopen a connection with  the CSS again.  You can then catch this traffic in a different content rule and perform loadbalancing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie: if you want to catch the default url "/" and redirect to "/new-site" you would create a  redirect rule catching url "/" and a 2nd rule catching "/new-site/*" and loadbalance with the servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:35:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-url-rewrite-question/m-p/813386#M15879</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-04-27T06:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - URL rewrite question</title>
      <link>https://community.cisco.com/t5/application-networking/css-url-rewrite-question/m-p/813387#M15880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Giles! That's what I was looking for.&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;-Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 09:33:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-url-rewrite-question/m-p/813387#M15880</guid>
      <dc:creator>a.veschak</dc:creator>
      <dc:date>2007-04-27T09:33:07Z</dc:date>
    </item>
  </channel>
</rss>

