<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rewrite Archives - Cloud2web</title>
	<atom:link href="https://cloud2web.com.au/tag/rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>https://cloud2web.com.au/tag/rewrite/</link>
	<description>Tech blog</description>
	<lastBuildDate>Wed, 13 Nov 2024 02:28:51 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>F5 &#8211; iRule Rewrite URL</title>
		<link>https://cloud2web.com.au/f5-irule-rewrite-url/</link>
					<comments>https://cloud2web.com.au/f5-irule-rewrite-url/#respond</comments>
		
		<dc:creator><![CDATA[calemblake]]></dc:creator>
		<pubDate>Sun, 10 Nov 2024 04:57:09 +0000</pubDate>
				<category><![CDATA[Tech Blog]]></category>
		<category><![CDATA[F5]]></category>
		<category><![CDATA[iRule]]></category>
		<category><![CDATA[Rewrite]]></category>
		<category><![CDATA[URL]]></category>
		<guid isPermaLink="false">https://cloud2web.com.au/?p=538</guid>

					<description><![CDATA[<p>&#8212;URL Rewrite Paste the following text ////The following rule saysIf you come in on https://www.xxxxxx.com.au/-> Rewrite the url to https://www.xxxxxx.com.au/Rosteronprod///Part twoIf you come in on https://www.xxxxx.com.au/Mobile-> Rewrite the url to https://www.xxxxxx.com.au/Rosteronprod/RosteronProdMobile when HTTP_REQUEST {if { [HTTP::uri] equals &#8220;/&#8221; } {HTTP::uri &#8220;/CompanyOnProd&#8221;}if { [HTTP::uri] equals &#8220;/Mobile&#8221; } {HTTP::uri &#8220;/Company/Mobile&#8221;}}</p>
<p>The post <a href="https://cloud2web.com.au/f5-irule-rewrite-url/">F5 &#8211; iRule Rewrite URL</a> appeared first on <a href="https://cloud2web.com.au">Cloud2web</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>&#8212;URL Rewrite</p>



<ol class="wp-block-list">
<li>Create a new iRule</li>
</ol>



<p>Paste the following text</p>



<p>////The following rule says<br>If you come in on https://www.xxxxxx.com.au/<br>-> Rewrite the url to https://www.xxxxxx.com.au/Rosteronprod<br>///Part two<br>If you come in on https://www.xxxxx.com.au/Mobile<br>-> Rewrite the url to https://www.xxxxxx.com.au/Rosteronprod/RosteronProdMobile</p>



<p>when HTTP_REQUEST {<br>if { [HTTP::uri] equals &#8220;/&#8221; } {<br>HTTP::uri &#8220;/CompanyOnProd&#8221;<br>}<br>if { [HTTP::uri] equals &#8220;/Mobile&#8221; } {<br>HTTP::uri &#8220;/Company/Mobile&#8221;<br>}<br>}</p>



<ol start="2" class="wp-block-list">
<li>Click on your virtual server.<br>->Choose the &#8220;HTTP&#8221; profile</li>



<li>Open &#8220;Resources&#8221; on the Virtual server tab<br>-> Irules &#8220;Manage&#8221;<br>-> Select your iRules</li>
</ol>
<p>The post <a href="https://cloud2web.com.au/f5-irule-rewrite-url/">F5 &#8211; iRule Rewrite URL</a> appeared first on <a href="https://cloud2web.com.au">Cloud2web</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cloud2web.com.au/f5-irule-rewrite-url/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
