<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE urlrewrite PUBLIC "-//tuckey.org//DTD UrlRewrite 3.2//EN" "http://tuckey.org/res/dtds/urlrewrite3.2.dtd">

<urlrewrite use-query-string="true">

	<!--  <rule> 
		<condition type="scheme">https</condition>
		<from>.*/n/(?!(force-redirect|payment-summary|admin-login|store-login|payment-success))(?!(.*\?)).*$</from>
		<to last="true" type="permanent-redirect">http://%{server-name}:37080%{request-uri}</to>
	</rule> 
	
	<rule> 
		<condition type="scheme">https</condition>
		<from>.*/n/(?!(force-redirect|payment-summary|admin-login|store-login|payment-success)).*$</from>
		<to last="true" type="permanent-redirect">http://%{server-name}:37080%{request-uri}?%{query-string}</to>
	</rule> 
	
 	<rule>
		<condition type="scheme" operator="notequal">https</condition>
		<from>.*/((payment-summary|admin-login|store-login|payment-success))(?!(.*\?)).*$</from>
		<to last="true" type="permanent-redirect">https://%{server-name}:8443%{request-uri}</to>
	</rule>
	
 	<rule>
 		<condition type="scheme" operator="notequal">https</condition> 
 		<from>.*/((payment-summary|admin-login|store-login|payment-success))(.*\?.*)$</from> 
 		<to last="true" type="permanent-redirect">https://%{server-name}:8443%{request-uri}$3</to>
 	</rule>  -->

<!-- START image selector -->
	
	<rule>
		<from>^/n/nutraorganics-460(.*\?.*)$</from>
		<to last="true" type="permanent-redirect">/image-selector$1</to>
	</rule>

	<rule>
		<from>^/image-selector(.*\?.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-460$1</to>
	</rule>

	<!-- END image selector  -->
	
	<!-- Start Download pdf -->
	<rule>
		<from>^/ebook/(.*)$</from>
		<to last="true" type="forward">/downloadFileServlet?token=$1</to>
	</rule>
	<!-- End Download pdf -->
	
	<!-- START Home -->
	
	<rule>
		<from>/n/drinkpoint-webdesign-2</from>
		<to last="true" type="permanent-redirect">/</to>
	</rule>
	<rule>
		<from>/n/(?!.*?force-redirect).*/drinkpoint-webdesign-2</from>
		<to last="true" type="permanent-redirect">/</to>
	</rule>

	<rule>
		<from>^/index.html$</from>
		<to last="true" type="permanent-redirect">/</to>
	</rule>

	<rule>
		<from>^/$</from>
		<to last="true" type="forward">/n/force-redirect/drinkpoint-webdesign-2</to>
	</rule>

	<!-- END Home -->
	
	<!-- START Forum -->
	
	<rule>
		<from>/n/drinkpoint-webdesign-3</from>
		<to last="true" type="permanent-redirect">/mypoint</to>
	</rule>
	<rule>
		<from>/n/(?!.*?force-redirect).*/drinkpoint-webdesign-3</from>
		<to last="true" type="permanent-redirect">/mypoint</to>
	</rule>
	
	<rule>
		<from>^/mypoint(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/drinkpoint-webdesign-3$1</to>
	</rule>

	<rule>
		<from>^/mypoint$</from>
		<to last="true" type="forward">/n/force-redirect/drinkpoint-webdesign-3</to>
	</rule>

	<!-- END Forum -->
	
	<!-- START Backdoor -->
	
	<rule>
		<from>/n/nutraorganics-6</from>
		<to last="true" type="permanent-redirect">/backdoor</to>
	</rule>
	<rule>
		<from>/n/(?!.*?force-redirect).*/nutraorganics-6</from>
		<to last="true" type="permanent-redirect">/backdoor</to>
	</rule>
	
	<rule>
		<from>^/backdoor(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-6$1</to>
	</rule>

	<rule>
		<from>^/backdoor$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-6</to>
	</rule>

	<!-- END Backdoor -->
	
	<!-- START DrinkAdvisor -->
	
	<rule>
		<from>^/drinkadvisor(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/drinkpoint-webdesign-3$1</to>
	</rule>

	<rule>
		<from>^/drinkadvisor$</from>
		<to last="true" type="forward">/n/force-redirect/drinkpoint-webdesign-3</to>
	</rule>

	<!-- END DrinkAdvisor -->
	
	<!-- START DrinkFinder -->
	
	<rule>
		<from>^/drinkfinder(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-6$1</to>
	</rule>

	<rule>
		<from>^/drinkfinder$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-6</to>
	</rule>

	<!-- END DrinkFinder -->
	
	<!-- START Search Product List -->
	
	<rule>
		<from>^/n/search-product-list/(.*)$</from>
		<to last="true" type="permanent-redirect">/search-product-list/$1</to>
	</rule>

	<rule>
		<from>^/search-product-list/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/noah-webdesign-2?query=$1</to>
	</rule>

	<!-- END Search Product List -->
	
	<!-- START Search Product Details -->

	<rule>
		<from>^/n/search-product-details/(.*)/(.*)$</from>
		<to last="true" type="permanent-redirect">/search-product-details/$1/$2</to>
	</rule>

	<rule>
		<from>^/search-product-details/(.*)/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/noah-webdesign-3?pid=$1&amp;vid=$2</to>
	</rule>

	<!-- END Search Product Details -->

	<!-- START Product Details -->

	<rule>
		<from>^/n/product-details/(.*)$</from>
		<to last="true" type="permanent-redirect">/product-details/$1</to>
	</rule>

	<rule>
		<from>^/product-details/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-7?pid=$1</to>
	</rule>

	<!-- END Product Details -->

	<!-- START Shopping Cart -->

	<rule>
		<from>^/n/shopping-cart$</from>
		<to last="true" type="permanent-redirect">/shopping-cart</to>
	</rule>

	<rule>
		<from>^/shopping-cart$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-145</to>
	</rule>

	<!-- END Shopping Cart -->

	<!-- START Payment Summary -->
	
	<rule>
		<from>\/\?token=.*</from>
		<to last="true" type="permanent-redirect">/payment-summary</to>
	</rule>

	<rule>
		<from>^/n/payment-summary$</from>
		<to last="true" type="permanent-redirect">/payment-summary</to>
	</rule>

	<rule>
		<from>^/payment-summary$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-284</to>
	</rule>

	<!-- END Payment Summary -->

	<!-- START Payment Success -->
	
	<rule>
		<from>^/payment-success/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-147?hId=$1</to>
	</rule>

	<rule>
		<from>^/n/nutraorganics-147?token=(.*)&amp;PayerID=(.*)$</from>
		<to last="true" type="permanent-redirect">/payment-success/%{parameter:token}/%{parameter:PayerID}</to>
	</rule>
	
	<rule>
		<from>^/payment-success/(.*)/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-147?token=$1&amp;PayerID=$2</to>
	</rule>
	
	<rule>
		<from>^/n/nutraorganics-147?AccessCode=(.*)$</from>
		<to last="true" type="permanent-redirect">/payment-success/%{parameter:AccessCode}</to>
	</rule>
	
	<rule>
		<from>^/payment-success/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-147?AccessCode=$1</to>
	</rule>
	
	<!-- END Payment Success -->

	<!-- START OF ADMIN URLREWRITE -->

	<!-- START Admin Login -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-179.*$</from>
		<to last="true" type="permanent-redirect">/admin-login/%{parameter:do}</to>
	</rule>
	
	<rule>
		<from>^/n/nutraorganics-179.*$</from>
		<to last="true" type="permanent-redirect">/admin-login/%{parameter:do}</to>
	</rule>

	<rule>
		<from>^/n/admin-login/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-login/$1</to>
	</rule>
	
	<rule>
		<from>^/n/admin-login$</from>
		<to last="true" type="permanent-redirect">/admin-login</to>
	</rule>

	<rule>
		<from>^/admin-login/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-179?do=$1</to>
	</rule>

	<rule>
		<from>^/admin-login$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-179</to>
	</rule>

	<!-- END Admin Login -->

	<!-- START Admin Home -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-251$</from>
		<to type="permanent-redirect">/admin-home</to>
	</rule>

	<rule>
		<from>^/n/admin-home$</from>
		<to last="true" type="permanent-redirect">/admin-home</to>
	</rule>

	<rule>
		<from>^/admin-home$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-251</to>
	</rule>

	<!-- END Admin Home -->

	<!-- START Admin Category -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-245$</from>
		<to type="permanent-redirect">/admin-category</to>
	</rule>

	<rule>
		<from>^/n/admin-category$</from>
		<to last="true" type="permanent-redirect">/admin-category</to>
	</rule>

	<rule>
		<from>^/admin-category$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-245</to>
	</rule>
	<rule>
		<from>^/admin-category?(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-245?$1</to>
	</rule>
	<!-- END Admin Category -->

	<!-- START Admin Product List -->
	
	<rule>
		<from>^/n/admin-product-list/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-product-list/$1</to>
	</rule>

	<rule>
		<from>^/admin-product-list/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-177?filter=$1</to>
	</rule>
	
	<rule>
		<from>^/admin-product-list?(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-177$1</to>
	</rule>
	
	<rule>
		<from>^/n/admin-product-list$</from>
		<to last="true" type="permanent-redirect">/admin-product-list</to>
	</rule>

	<rule>
		<from>^/admin-product-list$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-177</to>
	</rule>
	
	<!-- END Admin Product List -->

	<!-- START Admin Product Maintenance -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-178$</from>
		<to type="permanent-redirect">/admin-product-maintenance</to>
	</rule>

	<rule>
		<from>^/n/admin-product-maintenance$</from>
		<to last="true" type="permanent-redirect">/admin-product-maintenance</to>
	</rule>

	<rule>
		<from>^/admin-product-maintenance$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-178</to>
	</rule>

	<rule>
		<from>^/n/admin-product-maintenance/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-product-maintenance/$1</to>
	</rule>

	<rule>
		<from>^/admin-product-maintenance/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-178?productId=$1</to>
	</rule>

	<!-- END Admin Product Maintenance -->
	
	
	<!-- START Admin Product Ebook Maintenance -->

	<rule>
		<from>^/admin-product-ebook-maintenance$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-178?ptype=1</to>
	</rule>

	<rule>
		<from>^/n/admin-product-ebook-maintenance/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-product-ebook-maintenance/$1</to>
	</rule>

	<rule>
		<from>^/admin-product-ebook-maintenance/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-178?ptype=1&amp;productId=$1</to>
	</rule>

	<!-- END Admin Product Ebook Maintenance -->
	

	<!-- START Admin Discount List -->
	
	<rule>
		<from>^/n/admin-discount-list/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-discount-list/$1</to>
	</rule>

	<rule>
		<from>^/admin-discount-list/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-216?filter=$1</to>
	</rule>
	
	<rule>
		<from>^/n/admin-discount-list$</from>
		<to last="true" type="permanent-redirect">/admin-discount-list</to>
	</rule>

	<rule>
		<from>^/admin-discount-list$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-216</to>
	</rule>
	
	<!-- END Admin Discount List -->

	<!-- START Admin Discount Maintenance -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-217$</from>
		<to type="permanent-redirect">/admin-discount-maintenance</to>
	</rule>

	<rule>
		<from>^/n/admin-discount-maintenance$</from>
		<to last="true" type="permanent-redirect">/admin-discount-maintenance</to>
	</rule>

	<rule>
		<from>^/admin-discount-maintenance$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-217</to>
	</rule>

	<rule>
		<from>^/n/admin-discount-maintenance/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-discount-maintenance/$1</to>
	</rule>

	<rule>
		<from>^/admin-discount-maintenance/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-217?discountId=$1</to>
	</rule>

	<!-- END Admin Discount Maintenance -->

	<!-- START Admin Shipping -->
	
	<rule>
		<from>^/n/admin-shipping/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-shipping/$1</to>
	</rule>

	<rule>
		<from>^/admin-shipping/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-246?filter=$1</to>
	</rule>
	
	<rule>
		<from>^/n/admin-shipping$</from>
		<to last="true" type="permanent-redirect">/admin-shipping</to>
	</rule>

	<rule>
		<from>^/admin-shipping$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-246</to>
	</rule>
	
	<!-- END Admin Shipping -->

	<!-- START Admin Shipping Cost Maintenance -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-247$</from>
		<to type="permanent-redirect">/admin-shipping-cost-maintenance</to>
	</rule>

	<rule>
		<from>^/n/admin-shipping-cost-maintenance$</from>
		<to last="true" type="permanent-redirect">/admin-shipping-cost-maintenance</to>
	</rule>

	<rule>
		<from>^/admin-shipping-cost-maintenance$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-247?purchaseType=1</to>
	</rule>

	<rule>
		<from>^/n/admin-shipping-cost-maintenance/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-shipping-cost-maintenance/$1</to>
	</rule>

	<rule>
		<from>^/admin-shipping-cost-maintenance/(.*)/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-247?shippingCostId=$1&amp;shippingCostType=$2&amp;purchaseType=1</to>
	</rule>

	<rule>
		<from>^/admin-shipping-cost-maintenance/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-247?shippingCostId=$1&amp;purchaseType=1</to>
	</rule>

	<!-- END Admin Shipping Cost Maintenance -->
	
			
			<!-- START Admin Wholesale Shipping Cost Maintenance -->
		
	
	<rule>
		<from>^/admin-wholesale-shipping-cost-maintenance$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-247?purchaseType=2&amp;isWholesale=true</to>
	</rule>
	<rule>
		<from>^/n/admin-wholesale-shipping-cost-maintenance/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-wholesale-shipping-cost-maintenance/$1</to>
	</rule>

	<rule>
		<from>^/admin-wholesale-shipping-cost-maintenance/(.*)/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-247?shippingCostId=$1&amp;shippingCostType=$2&amp;purchaseType=2&amp;isWholesale=true</to>
	</rule>

	<rule>
		<from>^/admin-wholesale-shipping-cost-maintenance/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-247?shippingCostId=$1&amp;purchaseType=2&amp;isWholesale=true</to>
	</rule>

	<!-- END Admin Shipping Cost Maintenance -->

	<!-- START Admin Warehouse List -->
	
	<rule>
		<from>^/n/admin-warehouse-list?(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-warehouse-list?$1</to>
	</rule>

	<rule>
		<from>^/admin-warehouse-list?(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-248?$1</to>
	</rule>
	
	<rule>
		<from>^/n/admin-warehouse-list$</from>
		<to last="true" type="permanent-redirect">/admin-warehouse-list</to>
	</rule>

	<rule>
		<from>^/admin-warehouse-list$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-248</to>
	</rule>
	
	<!-- END Admin Warehouse List -->
	
		<!-- START Admin Warehouse Maintenance Pending-->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/noah-webdesign-11$</from>
		<to type="permanent-redirect">/admin-pending-order-maintenance</to>
	</rule>

	<rule>
		<from>^/n/admin-pending-order-maintenance$</from>
		<to last="true" type="permanent-redirect">/admin-pending-order-maintenance</to>
	</rule>

	<rule>
		<from>^/admin-pending-order-maintenance$</from>
		<to last="true" type="forward">/n/force-redirect/noah-webdesign-11</to>
	</rule>

	<rule>
		<from>^/n/admin-pending-order-maintenance/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-pending-order-maintenance/$1</to>
	</rule>

	<rule>
		<from>^/admin-pending-order-maintenance/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/noah-webdesign-11?orderId=$1</to>
	</rule>

	<!-- END Admin Warehouse Maintenance Pending-->

	<!-- START Admin Warehouse Maintenance -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-249$</from>
		<to type="permanent-redirect">/admin-warehouse-maintenance</to>
	</rule>

	<rule>
		<from>^/n/admin-warehouse-maintenance$</from>
		<to last="true" type="permanent-redirect">/admin-warehouse-maintenance</to>
	</rule>

	<rule>
		<from>^/admin-warehouse-maintenance$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-249</to>
	</rule>

	<rule>
		<from>^/n/admin-warehouse-maintenance/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-warehouse-maintenance/$1</to>
	</rule>

	<rule>
		<from>^/admin-warehouse-maintenance/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-249?orderId=$1</to>
	</rule>

	<!-- END Admin Warehouse Maintenance -->

	<!-- START Admin User List -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-252$</from>
		<to type="permanent-redirect">/admin-user-list</to>
	</rule>

	<rule>
		<from>^/n/admin-user-list$</from>
		<to last="true" type="permanent-redirect">/admin-user-list</to>
	</rule>

	<rule>
		<from>^/admin-user-list$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-252</to>
	</rule>

	<rule>
		<from>^/n/admin-user-list/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-user-list/$1</to>
	</rule>

	<rule>
		<from>^/admin-user-list/(.*)/(.*)/(.*)/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-252?pageDisplay=$1&amp;page=$2&amp;field=$3&amp;value=$4</to>
	</rule>

	<!-- END Admin User List -->

	<!-- START Admin User Maintenance -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-253$</from>
		<to type="permanent-redirect">/admin-user-maintenance</to>
	</rule>

	<rule>
		<from>^/n/admin-user-maintenance$</from>
		<to last="true" type="permanent-redirect">/admin-user-maintenance</to>
	</rule>

	<rule>
		<from>^/admin-user-maintenance$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-253</to>
	</rule>

	<rule>
		<from>^/n/admin-user-maintenance/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-user-maintenance/$1</to>
	</rule>

	<rule>
		<from>^/admin-user-maintenance/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-253?userId=$1</to>
	</rule>

	<!-- END Admin User Maintenance -->
	
	<!-- START Admin Affiliate list -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-352$</from>
		<to type="permanent-redirect">/admin-affiliate-list</to>
	</rule>

	<rule>
		<from>^/n/nutraorganics-352$</from>
		<to type="permanent-redirect">/admin-affiliate-list</to>
	</rule>

	<rule>
		<from>^/n/admin-affiliate-list$</from>
		<to last="true" type="permanent-redirect">/admin-affiliate-list</to>
	</rule>
	
	<rule>
		<from>^/admin-affiliate-list?(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-352?$1</to>
	</rule>

	<rule>
		<from>^/admin-affiliate-list$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-352</to>
	</rule>
	<!-- END Admin Affiliate list -->

	<!-- START Admin Affiliate Maintenance -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-358$</from>
		<to type="permanent-redirect">/admin-affiliate-details</to>
	</rule>

	<rule>
		<from>^/n/admin-affiliate-details$</from>
		<to last="true" type="permanent-redirect">/admin-affiliate-details</to>
	</rule>

	<rule>
		<from>^/admin-affiliate-details$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-358</to>
	</rule>

	<rule>
		<from>^/n/admin-affiliate-details/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-affiliate-details/$1</to>
	</rule>

	<rule>
		<from>^/admin-affiliate-details/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-358?userId=$1</to>
	</rule>

	<!-- END Admin Affiliate Maintenance -->
	
	<!-- START Admin Member list -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-449$</from>
		<to type="permanent-redirect">/admin-member-list</to>
	</rule>

	<rule>
		<from>^/n/nutraorganics-449$</from>
		<to type="permanent-redirect">/admin-member-list</to>
	</rule>

	<rule>
		<from>^/n/admin-member-list$</from>
		<to last="true" type="permanent-redirect">/admin-member-list</to>
	</rule>

	<rule>
		<from>^/admin-member-list$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-449</to>
	</rule>
	<!-- END Admin Member list -->
	
	<!-- START Admin Member Maintenance -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-450$</from>
		<to type="permanent-redirect">/admin-member-details</to>
	</rule>

	<rule>
		<from>^/n/admin-member-details$</from>
		<to last="true" type="permanent-redirect">/admin-member-details</to>
	</rule>

	<rule>
		<from>^/admin-member-details$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-450</to>
	</rule>

	<rule>
		<from>^/n/admin-member-details/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-member-details/$1</to>
	</rule>

	<rule>
		<from>^/admin-member-details/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-450?userId=$1</to>
	</rule>

	<!-- END Admin Member Maintenance -->
	
	
	<!-- START Admin User Commission list -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-454$</from>
		<to type="permanent-redirect">/admin-user-commission-list</to>
	</rule>

	<rule>
		<from>^/n/nutraorganics-454$</from>
		<to type="permanent-redirect">/admin-user-commission-list</to>
	</rule>

	<rule>
		<from>^/n/admin-user-commission-list$</from>
		<to last="true" type="permanent-redirect">/admin-user-commission-list</to>
	</rule>

	<rule>
		<from>^/admin-user-commission-list$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-454</to>
	</rule>
	<!-- END Admin User Commission list -->
	
	<!-- START Admin Commission Rate list -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-456$</from>
		<to type="permanent-redirect">/admin-commission-rate-list</to>
	</rule>

	<rule>
		<from>^/n/nutraorganics-456$</from>
		<to type="permanent-redirect">/admin-commission-rate-list</to>
	</rule>

	<rule>
		<from>^/n/admin-commission-rate-list$</from>
		<to last="true" type="permanent-redirect">/admin-commission-rate-list</to>
	</rule>

	<rule>
		<from>^/admin-commission-rate-list$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-456</to>
	</rule>
	<!-- END  Admin Commission Rate list -->
	
	<!-- START Admin Pay Affiliate -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-394$</from>
		<to type="permanent-redirect">/admin-pay-affiliate</to>
	</rule>

	<rule>
		<from>^/n/nutraorganics-394$</from>
		<to type="permanent-redirect">/admin-pay-affiliate</to>
	</rule>

	<rule>
		<from>^/n/admin-pay-affiliate$</from>
		<to last="true" type="permanent-redirect">/admin-pay-affiliate</to>
	</rule>

	<rule>
		<from>^/admin-pay-affiliate/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-394?affiliateId=$1</to>
	</rule>
	<!-- END Admin Pay Affiliate -->
	
	<!-- START Admin Pay Commission -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-455$</from>
		<to type="permanent-redirect">/admin-pay-commission</to>
	</rule>

	<rule>
		<from>^/n/nutraorganics-455$</from>
		<to type="permanent-redirect">/admin-pay-commission</to>
	</rule>

	<rule>
		<from>^/n/admin-pay-commission$</from>
		<to last="true" type="permanent-redirect">/admin-pay-commission</to>
	</rule>

	<rule>
		<from>^/admin-pay-commission/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-455?userId=$1</to>
	</rule>
	<!-- END Admin Pay Commission -->
		
	<!-- START Admin Reports -->
	
	<rule>
		<from>^/n/admin-reports/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-reports/$1</to>
	</rule>

	<rule>
		<from>^/admin-reports/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-393?filter=$1</to>
	</rule>
	
	<rule>
		<from>^/n/admin-reports$</from>
		<to last="true" type="permanent-redirect">/admin-reports</to>
	</rule>

	<rule>
		<from>^/admin-reports$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-393</to>
	</rule>

	<!-- END Admin Affiliate traffic -->
	
	<!-- START Admin Affiliate traffic this month clicks -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-369$</from>
		<to type="permanent-redirect">/admin-affiliate-traffic/this-month-clicks</to>
	</rule>

	<rule>
		<from>^/n/admin-affiliate-traffic/this-month-clicks$</from>
		<to last="true" type="permanent-redirect">/admin-affiliate-traffic/this-month-clicks</to>
	</rule>

	<rule>
		<from>^/admin-affiliate-traffic/this-month-clicks$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-369</to>
	</rule>

	<rule>
		<from>^/n/admin-affiliate-traffic/this-month-clicks/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-affiliate-traffic/$1</to>
	</rule>

	<rule>
		<from>^/admin-affiliate-traffic/this-month-clicks/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-369?userId=$1&amp;defaultclicks=thisMonthClicks</to>
	</rule>

	<!-- END Admin Affiliate traffic this month clicks -->
	
	<!-- START Admin Affiliate traffic this month unique clicks -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-369$</from>
		<to type="permanent-redirect">/admin-affiliate-traffic/this-month-unique-clicks</to>
	</rule>

	<rule>
		<from>^/n/admin-affiliate-traffic/this-month-unique-clicks$</from>
		<to last="true" type="permanent-redirect">/admin-affiliate-traffic/this-month-unique-clicks</to>
	</rule>

	<rule>
		<from>^/admin-affiliate-traffic/this-month-unique-clicks$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-369</to>
	</rule>

	<rule>
		<from>^/n/admin-affiliate-traffic/this-month-unique-clicks/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-affiliate-traffic/this-month-unique-clicks/$1</to>
	</rule>

	<rule>
		<from>^/admin-affiliate-traffic/this-month-unique-clicks/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-369?userId=$1&amp;defaultclicks=thisMonthUniqueClicks</to>
	</rule>

	<!-- END Admin Affiliate traffic this month unique clicks -->


	<!-- START Admin Affiliate sales -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-370$</from>
		<to type="permanent-redirect">/admin-affiliate-sales</to>
	</rule>

	<rule>
		<from>^/n/admin-affiliate-sales$</from>
		<to last="true" type="permanent-redirect">/admin-affiliate-sales</to>
	</rule>

	<rule>
		<from>^/admin-affiliate-sales$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-370</to>
	</rule>

	<rule>
		<from>^/n/admin-affiliate-sales/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-affiliate-sales/$1</to>
	</rule>

	<rule>
		<from>^/admin-affiliate-sales/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-370?userId=$1</to>
	</rule>
	
		<rule>
		<from>^/admin-affiliate-traffic/overall-unique-clicks/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-370?userId=$1</to>
	</rule>

	<!-- END Admin Affiliate sales -->
	
	<!-- START Health Check -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-348(.*)$</from>
		<to type="permanent-redirect">/health-check$2</to>
	</rule>

	<rule>
		<from>^/n/health-check(.*)$</from>
		<to last="true" type="permanent-redirect">/health-check$1</to>
	</rule>

	<rule>
		<from>^/health-check(?!(.*\?)).*$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-348?op=cloudmall_widgets.healthCheck.healthCheck</to>
	</rule>
	
	<rule>
		<from>^/health-check(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-348$1&amp;op=cloudmall_widgets.healthCheck.healthCheck</to>
	</rule>

	<!-- END Health Check -->

	<!-- END OF ADMIN URLREWRITE -->

	<!-- START OF STORE URLREWRITE -->

	<!-- START Store Login -->

	<rule>
		<condition name="host" operator="notequal">^noah(.*)$</condition>
		<from>^/n/nutraorganics-277$</from>
		<to type="permanent-redirect">/store-login</to>
	</rule>

	<rule>
		<condition name="host" operator="notequal">^noah(.*)$</condition>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-277$</from>
		<to type="permanent-redirect">/store-login</to>
	</rule>

	<rule>
		<condition name="host" operator="notequal">^noah(.*)$</condition>
		<from>^/n/store-login$</from>
		<to last="true" type="permanent-redirect">/store-login</to>
	</rule>

	<rule>
		<condition name="host" operator="notequal">^noah(.*)$</condition>
		<from>^/store-login$</from>
		<to type="forward">/n/force-redirect/nutraorganics-277</to>
	</rule>

	<!-- END Store Login -->

	<!-- START Affiliate Dashboard -->
	<rule>
		<from>^/n/Affiliate-Dashboard/nutraorganics-279.*aff_id=(\d*).*</from>
		<to type="permanent-redirect">/banners-and-ads/$1</to>
	</rule>
	<rule>
		<from>^/n/nutraorganics-279$</from>
		<to type="permanent-redirect">/affiliate-dashboard</to>
	</rule>

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-279$</from>
		<to type="permanent-redirect">/affiliate-dashboard</to>
	</rule>

	<rule>
		<from>^/n/affiliate-dashboard$</from>
		<to last="true" type="permanent-redirect">/affiliate-dashboard</to>
	</rule>

	<rule>
		<from>^/affiliate-dashboard$</from>
		<to type="forward">/n/force-redirect/nutraorganics-279</to>
	</rule>


	<!-- END Affiliate Dashboard -->

	<!-- START Affiliate Banners and Ads -->

	<rule>
		<from>^/n/nutraorganics-283$</from>
		<to type="permanent-redirect">/affiliate-banners-and-ads</to>
	</rule>

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-283$</from>
		<to type="permanent-redirect">/affiliate-banners-and-ads</to>
	</rule>

	<rule>
		<from>^/n/affiliate-banners-and-ads$</from>
		<to last="true" type="permanent-redirect">/affiliate-banners-and-ads</to>
	</rule>

	<rule>
		<from>^/affiliate-banners-and-ads$</from>
		<to type="forward">/n/force-redirect/nutraorganics-283</to>
	</rule>

	<!-- END Affiliate Banners and Ads -->

	<!-- START Affiliate Banners and Ads -->
	<rule>
		<from>^/n/nutraorganics-317$</from>
		<to type="permanent-redirect">/affiliate-details</to>
	</rule>
	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-349$</from>
		<to type="permanent-redirect">/affiliate-details</to>
	</rule>
	<rule>
		<from>^/n/affiliate-details$</from>
		<to last="true" type="permanent-redirect">/affiliate-details</to>
	</rule>

	<rule>
		<from>^/affiliate-details$</from>
		<to type="forward">/n/force-redirect/nutraorganics-349</to>
	</rule>
	<!-- END Affiliate Banners and Ads -->

	<!-- END OF STORE URLREWRITE -->

	<!-- START OF FOOTER MENU URLREWRITE -->

	<!-- START Privacy Policy -->

	<rule>
		<from>^/n/(.*)/nutraorganics-185$</from>
		<to type="permanent-redirect">/privacy-policy</to>
	</rule>

	<rule>
		<from>^/n/privacy-policy$</from>
		<to last="true" type="permanent-redirect">/privacy-policy</to>
	</rule>

	<rule>
		<from>^/privacy-policy$</from>
		<to type="forward">/n/nutraorganics-185</to>
	</rule>

	<rule>
		<from>^/nutraorganics-185$</from>
		<to type="permanent-redirect">/privacy-policy</to>
	</rule>

	<!-- START Privacy Policy -->

	<!-- START Contact Us -->

	<rule>
		<from>^/n/(.*)/nutraorganics-181$</from>
		<to type="permanent-redirect">/contact-us</to>
	</rule>

	<rule>
		<from>^/n/contact-us$</from>
		<to last="true" type="permanent-redirect">/contact-us</to>
	</rule>

	<rule>
		<from>^/contact-us$</from>
		<to type="forward">/n/nutraorganics-181</to>
	</rule>

	<rule>
		<from>^/nutraorganics-181$</from>
		<to type="permanent-redirect">/contact-us</to>
	</rule>

	<!-- START Contact Us -->

	<!-- START FAQ -->

	<rule>
		<from>^/n/(.*)/nutraorganics-182$</from>
		<to type="permanent-redirect">/faq</to>
	</rule>

	<rule>
		<from>^/n/faq$</from>
		<to last="true" type="permanent-redirect">/faq</to>
	</rule>

	<rule>
		<from>^/faq$</from>
		<to type="forward">/n/nutraorganics-182</to>
	</rule>

	<rule>
		<from>^/nutraorganics-182$</from>
		<to type="permanent-redirect">/faq</to>
	</rule>

	<!-- START FAQ -->

	<!-- START Terms and Conditions -->

	<rule>
		<from>^/n/(.*)/nutraorganics-184$</from>
		<to type="permanent-redirect">/terms-and-conditions</to>
	</rule>
	
	<rule>
		<from>^/n/terms-and-conditions$</from>
		<to last="true" type="permanent-redirect">/terms-and-conditions</to>
	</rule>

	<rule>
		<from>^/terms-and-conditions$</from>
		<to last="true" type="forward">/n/nutraorganics-184</to>
	</rule>
	
	<rule>
		<from>^/terms-and-conditions(.+)$</from>
		<to last="true" type="forward">/n/nutraorganics-184</to>
	</rule>

	<!-- START Terms and Conditions -->

	<!-- START Wholesale -->

	<rule>
		<from>^/n/(.*)/nutraorganics-210$</from>
		<to type="permanent-redirect">/wholesale</to>
	</rule>

	<rule>
		<from>^/n/wholesale$</from>
		<to last="true" type="permanent-redirect">/wholesale</to>
	</rule>

	<rule>
		<from>^/wholesale$</from>
		<to type="forward">/n/nutraorganics-210</to>
	</rule>

	<rule>
		<from>^/nutraorganics-210$</from>
		<to type="permanent-redirect">/wholesale</to>
	</rule>

	<!-- START Wholesale -->

	<!-- START About Us -->

	<rule>
		<from>^/n/(.*)/nutraorganics-263$</from>
		<to type="permanent-redirect">/about-us</to>
	</rule>

	<rule>
		<from>^/n/about-us$</from>
		<to last="true" type="permanent-redirect">/about-us</to>
	</rule>

	<rule>
		<from>^/about-us$</from>
		<to type="forward">/n/nutraorganics-263</to>
	</rule>

	<rule>
		<from>^/nutraorganics-263$</from>
		<to type="permanent-redirect">/about-us</to>
	</rule>

	<!-- START About Us -->

	<!-- START Why Nutra Organics? -->

	<rule>
		<from>^/n/(.*)/nutraorganics-265$</from>
		<to type="permanent-redirect">/why-nutra-organics</to>
	</rule>

	<rule>
		<from>^/n/why-nutra-organics$</from>
		<to last="true" type="permanent-redirect">/why-nutra-organics</to>
	</rule>

	<rule>
		<from>^/why-nutra-organics$</from>
		<to type="forward">/n/nutraorganics-265</to>
	</rule>

	<rule>
		<from>^/nutraorganics-265$</from>
		<to type="permanent-redirect">/why-nutra-organics</to>
	</rule>

	<!-- START Why Nutra Organics? -->

	<!-- START Recipes -->

	<rule>
		<from>^/n/(.*)/nutraorganics-266$</from>
		<to type="permanent-redirect">/recipes</to>
	</rule>

	<rule>
		<from>^/n/recipes$</from>
		<to last="true" type="permanent-redirect">/recipes</to>
	</rule>

	<rule>
		<from>^/recipes$</from>
		<to type="forward">/n/nutraorganics-266</to>
	</rule>

	<rule>
		<from>^/nutraorganics-266$</from>
		<to type="permanent-redirect">/recipes</to>
	</rule>

	<!-- START Recipes -->

	<!-- START Where to Buy? -->

	<rule>
		<from>^/n/(.*)/nutraorganics-267$</from>
		<to type="permanent-redirect">/where-to-buy</to>
	</rule>

	<rule>
		<from>^/n/where-to-buy$</from>
		<to last="true" type="permanent-redirect">/where-to-buy</to>
	</rule>

	<rule>
		<from>^/where-to-buy$</from>
		<to type="forward">/n/nutraorganics-267</to>
	</rule>

	<rule>
		<from>^/nutraorganics-267$</from>
		<to type="permanent-redirect">/where-to-buy</to>
	</rule>

	<!-- START Where to Buy? -->

	<!-- START Products -->

	<rule>
		<from>^/n/(.*)/nutraorganics-268$</from>
		<to type="permanent-redirect">/products</to>
	</rule>

	<rule>
		<from>^/n/products$</from>
		<to last="true" type="permanent-redirect">/products</to>
	</rule>

	<rule>
		<from>^/products$</from>
		<to type="forward">/n/nutraorganics-268</to>
	</rule>

	<rule>
		<from>^/nutraorganics-268$</from>
		<to type="permanent-redirect">/products</to>
	</rule>

	<!-- START Products -->

	<!-- START Free Shipping -->

	<rule>
		<from>^/n/(.*)/nutraorganics-269$</from>
		<to type="permanent-redirect">/free-shipping</to>
	</rule>

	<rule>
		<from>^/n/free-shipping$</from>
		<to last="true" type="permanent-redirect">/free-shipping</to>
	</rule>

	<rule>
		<from>^/free-shipping$</from>
		<to type="forward">/n/nutraorganics-269</to>
	</rule>

	<rule>
		<from>^/nutraorganics-269$</from>
		<to type="permanent-redirect">/free-shipping</to>
	</rule>

	<!-- START Free Shipping -->

	<!-- START Superfoods for Kidz -->

	<rule>
		<from>^/n/(.*)/nutraorganics-270$</from>
		<to type="permanent-redirect">/superfoods-for-kidz</to>
	</rule>

	<rule>
		<from>^/n/superfoods-for-kidz$</from>
		<to last="true" type="permanent-redirect">/superfoods-for-kidz</to>
	</rule>

	<rule>
		<from>^/superfoods-for-kidz$</from>
		<to type="forward">/n/nutraorganics-270</to>
	</rule>

	<rule>
		<from>^/nutraorganics-270$</from>
		<to type="permanent-redirect">/superfoods-for-kidz</to>
	</rule>

	<!-- END Superfoods for Kidz -->
	
	<!-- END OF FOOTER MENU URLREWRITE -->

	<!-- START OF ERROR PAGES URLREWRITE -->

	<!-- START Store Error 401 -->

	<rule>
		<from>^/n/(.*)/nutraorganics-280$</from>
		<to type="permanent-redirect">/store-error-401</to>
	</rule>

	<rule>
		<from>^/n/store-error-401$</from>
		<to last="true" type="permanent-redirect">/store-error-401</to>
	</rule>

	<rule>
		<from>^/store-error-401$</from>
		<to type="forward">/n/nutraorganics-280</to>
	</rule>

	<rule>
		<from>^/nutraorganics-280$</from>
		<to type="permanent-redirect">/store-error-401</to>
	</rule>

	<!-- END Store Error 401 -->

	<!-- START Store Error 403 -->

	<rule>
		<from>^/n/(.*)/nutraorganics-281$</from>
		<to type="permanent-redirect">/store-error-403</to>
	</rule>

	<rule>
		<from>^/n/store-error-403$</from>
		<to last="true" type="permanent-redirect">/store-error-403</to>
	</rule>

	<rule>
		<from>^/store-error-403$</from>
		<to type="forward">/n/nutraorganics-281</to>
	</rule>

	<rule>
		<from>^/nutraorganics-281$</from>
		<to type="permanent-redirect">/store-error-403</to>
	</rule>

	<!-- END Store Error 403 -->

	<!-- START Store Error 404 -->

	<rule>
		<from>^/n/(.*)/nutraorganics-282$</from>
		<to type="permanent-redirect">/store-error-404</to>
	</rule>

	<rule>
		<from>^/n/store-error-404$</from>
		<to last="true" type="permanent-redirect">/store-error-404</to>
	</rule>

	<rule>
		<from>^/store-error-404$</from>
		<to type="forward">/n/nutraorganics-282</to>
	</rule>

	<rule>
		<from>^/nutraorganics-282$</from>
		<to type="permanent-redirect">/store-error-404</to>
	</rule>

	<!-- END Store Error 404 -->
	
	<!-- START Store Error Payment Error -->

	<rule>
		<from>^/n/(.*)/nutraorganics-392$</from>
		<to type="permanent-redirect">/payment-error</to>
	</rule>

	<rule>
		<from>^/n/payment-error$</from>
		<to last="true" type="permanent-redirect">/payment-error</to>
	</rule>

	<rule>
		<from>^/payment-error$</from>
		<to type="forward">/n/nutraorganics-392</to>
	</rule>

	<rule>
		<from>^/nutraorganics-392$</from>
		<to type="permanent-redirect">/payment-error</to>
	</rule>

	<!-- END Store Error Payment Error -->

	<!-- START Admin Error 401 -->

	<rule>
		<from>^/n/(.*)/nutraorganics-212$</from>
		<to type="permanent-redirect">/admin-error-401</to>
	</rule>

	<rule>
		<from>^/n/admin-error-401$</from>
		<to last="true" type="permanent-redirect">/admin-error-401</to>
	</rule>

	<rule>
		<from>^/admin-error-401$</from>
		<to type="forward">/n/nutraorganics-212</to>
	</rule>

	<rule>
		<from>^/nutraorganics-212$</from>
		<to type="permanent-redirect">/admin-error-401</to>
	</rule>

	<!-- END Admin Error 401 -->

	<!-- START Admin Error 403 -->

	<rule>
		<from>^/n/(.*)/nutraorganics-213$</from>
		<to type="permanent-redirect">/admin-error-403</to>
	</rule>

	<rule>
		<from>^/n/admin-error-403$</from>
		<to last="true" type="permanent-redirect">/admin-error-403</to>
	</rule>

	<rule>
		<from>^/admin-error-403$</from>
		<to type="forward">/n/nutraorganics-213</to>
	</rule>

	<!-- END Admin Error 403 -->

	<!-- START Admin Error 404 -->

	<rule>
		<from>^/n/(.*)/nutraorganics-214$</from>
		<to type="permanent-redirect">/admin-error-404</to>
	</rule>

	<rule>
		<from>^/n/admin-error-404$</from>
		<to last="true" type="permanent-redirect">/admin-error-404</to>
	</rule>

	<rule>
		<from>^/admin-error-404$</from>
		<to type="forward">/n/nutraorganics-214</to>
	</rule>

	<!-- END Admin Error 404 -->

	<!-- END OF ERROR PAGES URLREWRITE -->

	<!-- START Print Page -->

	<rule>
		<from>^/n/print-page/nutraorganics-286$</from>
		<to type="permanent-redirect">/print-page</to>
	</rule>

	<rule>
		<from>^/n/print-page$</from>
		<to last="true" type="permanent-redirect">/print-page</to>
	</rule>

	<rule>
		<from>^/print-page$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-286</to>
	</rule>

	<rule>
		<from>^/n/print-page/(.*)$</from>
		<to last="true" type="permanent-redirect">/print-page/$1</to>
	</rule>

	<rule>
		<from>^/print-page/(.*)/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-286?type=$1&amp;id=$2</to>
	</rule>

	<!-- END Print Page -->

	<!-- START Under Maintenance Page -->

	<rule>
		<from>^/n/under-maintenance-page/nutraorganics-389$</from>
		<to type="permanent-redirect">/under-maintenance-page</to>
	</rule>

	<rule>
		<from>^/n/under-maintenance-page$</from>
		<to last="true" type="permanent-redirect">/under-maintenance-page</to>
	</rule>

	<rule>
		<from>^/under-maintenance-page$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-389</to>
	</rule>

	<!-- END Under Maintenance Page -->
	
	<!-- START Reset Password -->
	
	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-379$</from>
		<to type="permanent-redirect">/admin-affiliate-details</to>
	</rule>

	<rule>
		<from>^/n/reset-password$</from>
		<to last="true" type="permanent-redirect">/reset-password</to>
	</rule>

	<rule>
		<from>^/reset-password$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-379</to>
	</rule>

	<rule>
		<from>^/n/reset-password/(.*)$</from>
		<to last="true" type="permanent-redirect">/reset-password/$1</to>
	</rule>

	<rule>
		<from>^/reset-password/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-379?token=$1</to>
	</rule>
	
	<!-- END Reset Password -->
	
	<!-- START Affiliate Registration -->

	<rule>
		<from>^/n/affiliate-registration$</from>
		<to last="true" type="permanent-redirect">/affiliate-registration</to>
	</rule>

	<rule>
		<from>^/affiliate-registration$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-278</to>
	</rule>

	<!-- END Affiliate Registration -->
	
	<!-- START Living Social -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-435(.*)$</from>
		<to type="permanent-redirect">/livingsocial</to>
	</rule>

	<rule>
		<from>^/n/living-social$</from>
		<to last="true" type="permanent-redirect">/livingsocial</to>
	</rule>

	<rule>
		<from>^/livingsocial$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-435?categoryId=15</to>
	</rule>

	<!-- END Living Social	 -->
	
	<!-- START Admin BP report -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-459$</from>
		<to type="permanent-redirect">/admin-bp-sales</to>
	</rule>

	<rule>
		<from>^/n/admin-bp-sales$</from>
		<to last="true" type="permanent-redirect">/admin-bp-sales</to>
	</rule>

	<rule>
		<from>^/admin-bp-sales$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-459</to>
	</rule>

	<rule>
		<from>^/n/admin-bp-sales/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-bp-sales/$1</to>
	</rule>

	<rule>
		<from>^/admin-bp-sales/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-459?userId=$1</to>
	</rule>

	<!-- END Admin BP report -->
	
	<!-- START Admin Recipe List -->

	<rule>
		<from>^/n/admin-recipe-list?(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-recipe-list?$1</to>
	</rule>

	<rule>
		<from>^/admin-recipe-list?(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-462?$1</to>
	</rule>
	
	<rule>
		<from>^/n/admin-recipe-list$</from>
		<to last="true" type="permanent-redirect">/admin-recipe-list</to>
	</rule>

	<rule>
		<from>^/admin-recipe-list$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-462</to>
	</rule>

	<!-- END Admin Recipe List -->
	
	<!-- START Admin Stockist / Retailers List -->

	<rule>
		<from>^/n/admin-stockist-retailers$</from>
		<to last="true" type="permanent-redirect">/admin-stockist-retailers</to>
	</rule>

	<rule>
		<from>^/admin-stockist-retailers$</from>
		<to last="true" type="forward">/n/force-redirect/noah-webdesign-12</to>
	</rule>

	<rule>
		<from>^/n/admin-stockist-retailers?(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-stockist-retailers?$1</to>
	</rule>
	
	<rule>
		<from>^/admin-stockist-retailers?(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/noah-webdesign-12?$1</to>
	</rule>

	<!-- END  Admin Stockist / Retailers List -->

	<!-- START Admin Catalogue Maintenance -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-465$</from>
		<to type="permanent-redirect">/admin-catalogue-maintenance</to>
	</rule>

	<rule>
		<from>^/n/admin-catalogue-maintenance$</from>
		<to last="true" type="permanent-redirect">/admin-catalogue-maintenance</to>
	</rule>

	<rule>
		<from>^/admin-catalogue-maintenance$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-465</to>
	</rule>

	<rule>
		<from>^/n/admin-catalogue-maintenance/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-catalogue-maintenance/$1</to>
	</rule>
	<rule>
		<from>^/admin-catalogue-maintenance/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-465?catalogueId=$1</to>
	</rule> 
	<rule>
		<from>^/admin-catalogue-maintenance?(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-465?$1</to>
	</rule>
	<!-- END Admin Catalogue Maintenance -->
	
	<!-- START Admin Recipe Maintenance -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-464$</from>
		<to type="permanent-redirect">/admin-recipe-maintenance</to>
	</rule>

	<rule>
		<from>^/n/admin-recipe-maintenance$</from>
		<to last="true" type="permanent-redirect">/admin-recipe-maintenance</to>
	</rule>

	<rule>
		<from>^/admin-recipe-maintenance$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-464</to>
	</rule>

	<rule>
		<from>^/n/admin-recipe-maintenance/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-recipe-maintenance/$1</to>
	</rule>
	<rule>
		<from>^/admin-recipe-maintenance/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-464?recipeId=$1</to>
	</rule> 
	<rule>
		<from>^/admin-recipe-maintenance?(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-464?$1</to>
	</rule>
	<!-- END Admin Recipe Maintenance -->
	
	<!-- START Recipe individual pages -->
	
	<!-- START Breakfast -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-467$</from>
		<to type="permanent-redirect">/recipe/breakfast</to>
	</rule>

	<rule>
		<from>^/n/recipe/breakfast$</from>
		<to last="true" type="permanent-redirect">/recipe/breakfast</to>
	</rule>

	<rule>
		<from>^/recipe/breakfast$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-467?catalogueId=1</to>
	</rule>

	<!-- END Breakfast -->
	
	<!-- START Lunch -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-468$</from>
		<to type="permanent-redirect">/recipe/lunch</to>
	</rule>

	<rule>
		<from>^/n/recipe/lunch$</from>
		<to last="true" type="permanent-redirect">/recipe/lunch</to>
	</rule>

	<rule>
		<from>^/recipe/lunch$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-468?catalogueId=2</to>
	</rule>

	<!-- END Lunch -->
	
	<!-- START Dinner -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-469$</from>
		<to type="permanent-redirect">/recipe/dinner</to>
	</rule>

	<rule>
		<from>^/n/recipe/dinner$</from>
		<to last="true" type="permanent-redirect">/recipe/dinner</to>
	</rule>

	<rule>
		<from>^/recipe/dinner$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-469?catalogueId=3</to>
	</rule>

	<!-- END Dinner -->
	
	<!-- START Smoothies -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-470$</from>
		<to type="permanent-redirect">/recipe/smoothies</to>
	</rule>

	<rule>
		<from>^/n/recipe/smoothies$</from>
		<to last="true" type="permanent-redirect">/recipe/smoothies</to>
	</rule>

	<rule>
		<from>^/recipe/smoothies$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-470?catalogueId=4</to>
	</rule>

	<!-- END Smoothies -->
	
	<!-- START Desserts -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-471$</from>
		<to type="permanent-redirect">/recipe/desserts</to>
	</rule>

	<rule>
		<from>^/n/recipe/desserts$</from>
		<to last="true" type="permanent-redirect">/recipe/desserts</to>
	</rule>

	<rule>
		<from>^/recipe/desserts$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-471?catalogueId=5</to>
	</rule>

	<!-- END Desserts -->
	
	<!-- START Product Details -->

	
	<rule>
		<from>^/cleaneating$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-472?recipeId=71</to>
	</rule>
	
	<rule>
		<from>^/recipe-details/71$</from>
		<to last="true" type="permanent-redirect">/store-error-404</to>
	</rule>
	
	<rule>
		<from>^/(.*)/recipe-details/71$</from>
		<to last="true" type="permanent-redirect">/store-error-404</to>
	</rule>
	
	<rule>
		<from>^/n/(.*)/recipe-details/(.*)$</from>
		<to last="true" type="permanent-redirect">/$1/recipe-details/$2</to>
	</rule>

	<rule>
		<from>^/(.*)/recipe-details/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-472?recipeId=$2</to>
	</rule>

	<rule>
		<from>^/n/recipe-details/(.*)$</from>
		<to last="true" type="permanent-redirect">/recipe-details/$1</to>
	</rule>

	<rule>
		<from>^/recipe-details/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-472?recipeId=$1</to>
	</rule>


	<!-- END Product Details -->
	

<!-- START Product List -->
	<rule>
		<from>^/CleanProtein$</from>
		<to last="true" type="forward">/n/noah-webdesign-44?categoryId=18&amp;seoBooster=Clean-Protein</to>
	</rule>
	<rule>
		<from>^/CleanProtein-itemsPerPage=(.*)&amp;offset=(.*)&amp;categoryName=(.*)&amp;filter=(.*)$</from>
		<to last="true" type="forward">/n/noah-webdesign-44?categoryId=18&amp;seoBooster=$1&amp;itemsPerPage=$3&amp;offset=$4&amp;categoryName=$5&amp;filter=$6</to>
	</rule> 

	<!-- END Product List -->
	
	<!-- START Product List -->
	
	<rule>
		<from>^/(.*)/product-list/18$</from>
		<to last="true" type="permanent-redirect">/CleanProtein</to>
	</rule>
	
	<rule>
		<from>^/(.*)/product-list/15$</from>
		<to last="true" type="permanent-redirect">/store-error-404</to>
	</rule>
	
	<rule>
		<from>^/(.*)/product-list/([0-9]*)$</from>
		<to last="true" type="forward">/n/nutraorganics-255?categoryId=$2&amp;seoBooster=${escape:${unescape:$1}}</to>
	</rule>
		<rule>
		<from>^/(.*)/product-list/([0-9]*)?(.*)$</from>
		<to last="true" type="forward">/n/nutraorganics-255?$3&amp;categoryId=$2&amp;seoBooster=${escape:${unescape:$1}}</to>
	</rule>
<!-- 	<rule>
		<from>^/(.*)/product-list/([0-9]*)-itemsPerPage=(.*)&amp;offset=(.*)&amp;categoryName=(.*)&amp;filter=(.*)$</from>
		<to last="true" type="forward">/n/nutraorganics-255?categoryId=$2&amp;seoBooster=$1&amp;itemsPerPage=$3&amp;offset=$4&amp;categoryName=$5&amp;filter=$6</to>
	</rule>  -->

	

<!-- 	<rule>
		<from>^/(.*)/product-list/(.+?)\?{0,1}(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-255?categoryId=$2&amp;seoBooster=$1</to>
	</rule>
 -->
	<!-- END Product List -->
	
	<!-- START catalogue List -->

	<rule>
		<from>^/(.*)/recipe-list/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-474?catalogueId=$2&amp;seoBooster=${escape:${unescape:$1}}</to>
	</rule>

	<!-- END catalogue List -->
	<!-- END Recipe individual pages -->
	
	<!-- START Wholesale buyer Registration -->

	<rule>
		<from>^/n/wholesale-buyer-registration$</from>
		<to last="true" type="permanent-redirect">/wholesale-buyer-registration</to>
	</rule>

	<rule>
		<from>^/wholesale-buyer-registration$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-485</to>
	</rule>

	<!-- END Wholesale buyer Registration -->
	
	<!-- START Wholesale buyer Login -->

	<rule>
		<from>^/n/wholesale-buyer-login$</from>
		<to last="true" type="permanent-redirect">/wholesale-buyer-login</to>
	</rule>

	<rule>
		<from>^/wholesale-buyer-login$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-486</to>
	</rule>

	<!-- END Wholesale buyer Login -->
	<!-- START Wholesale buyer dashboard -->

	<rule>
		<from>^/n/wholesale-dashboard$</from>
		<to last="true" type="permanent-redirect">/wholesale-dashboard</to>
	</rule>

	<rule>
		<from>^/wholesale-dashboard$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-6</to>
	</rule>

	<!-- END Wholesale buyer dashboard -->
	
	<!-- START Wholesale buyer product-list -->

	<rule>
		<from>^/n/Wholesale-Products/nutraorganics-488$</from>
		<to last="true" type="permanent-redirect">/wholesale-product-list</to>
	</rule>
	
	<rule>
		<from>^/n/wholesale-product-list$</from>
		<to last="true" type="permanent-redirect">/wholesale-product-list</to>
	</rule>
	
	<rule>
		<from>^/n/wholesale-product-list/([0-9]*)$</from>
		<to last="true" type="permanent-redirect">/wholesale-product-list/$1</to>
	</rule>

	<rule>
		<from>^/wholesale-product-list$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-488</to>
	</rule>
	
	<rule>
		<from>^/wholesale-product-list/([0-9]*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-488?categoryId=$1</to>
	</rule>

	<!-- END Wholesale buyer product-list -->
	
	<!-- START Wholesale buyer reset-password -->
	
	<rule>
		<from>^/n/wholesale-buyer/reset-password$</from>
		<to last="true" type="permanent-redirect">/wholesale-buyer/reset-password</to>
	</rule>

	<rule>
		<from>^/wholesale-buyer/reset-password$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-379?utypeId=7</to>
	</rule>
	<!-- END Wholesale buyer reset-password -->
			<!-- START Wholesale buyer terms-and-conditions -->
	<rule>
		<from>^/n/wholesale-buyer/terms-and-conditions$</from>
		<to last="true" type="permanent-redirect">/wholesale-buyer/terms-and-conditions</to>
	</rule>

	<rule>
		<from>^/wholesale-buyer/terms-and-conditions$</from>
		<to last="true" type="forward">/n/force-redirect/noah-webdesign-18</to>
	</rule>
	<!-- END Wholesale buyer terms-and-conditions-->
	
	<!-- START Affiliate reset-password -->
	<rule>
		<from>^/n/affiliate/reset-password$</from>
		<to last="true" type="permanent-redirect">/affiliate/reset-password</to>
	</rule>

	<rule>
		<from>^/affiliate/reset-password$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-379?utypeId=4</to>
	</rule>
	<!-- END Affiliate reset-password -->
	
	<!-- START Wholesale buyer Maintenance -->

	<rule>
		<from>^/n/wholesale-account-maintenance$</from>
		<to last="true" type="permanent-redirect">/wholesale-account-maintenance</to>
	</rule>

	<rule>
		<from>^/wholesale-account-maintenance$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-493</to>
	</rule>

	<!-- END Wholesale buyer Maintenance -->
	
	<!-- START Organic Foods Online -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-490$</from>
		<to type="permanent-redirect">/organic-foods-online</to>
	</rule>

	<rule>
		<from>^/n/organic-foods-online$</from>
		<to last="true" type="permanent-redirect">/organic-foods-online</to>
	</rule>

	<rule>
		<from>^/organic-foods-online$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-490</to>
	</rule>

	<!-- END Organic Foods Online -->
	
	<!-- START Health Foods Online -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-491$</from>
		<to type="permanent-redirect">/health-foods-online</to>
	</rule>

	<rule>
		<from>^/n/health-foods-online$</from>
		<to last="true" type="permanent-redirect">/health-foods-online</to>
	</rule>

	<rule>
		<from>^/health-foods-online$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-491</to>
	</rule>

	<!-- END Health Foods Online -->
	
	<!-- START SuperFoods Online -->

	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-492$</from>
		<to type="permanent-redirect">/superfoods-online</to>
	</rule>

	<rule>
		<from>^/n/superfoods-online$</from>
		<to last="true" type="permanent-redirect">/superfoods-online</to>
	</rule>

	<rule>
		<from>^/superfoods-online$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-492</to>
	</rule>

	<!-- END SuperFoods Online -->
	
	<!--  START Admin Casual Buyer List -->
	<rule>
		<from>^/n/admin-casual-buyer-maintenance-list$</from>
		<to last="true" type="permanent-redirect">/admin-casual-buyer-maintenance-list</to>
	</rule>

	<rule>
		<from>^/admin-casual-buyer-maintenance-list$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-494</to>
	</rule>

	<rule>
		<from>^/n/admin-casual-buyer-maintenance-list?(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-casual-buyer-maintenance-list?$1</to>
	</rule>
	
	<rule>
		<from>^/admin-casual-buyer-maintenance-list?(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-494?$1</to>
	</rule>
	<!--  END Admin Casual Buyer List -->
	<!-- START Casual Buyer Maintenance -->
	
	<rule>
		<from>^/n/(?!.*?force-redirect).*/nutraorganics-495$</from>
		<to type="permanent-redirect">/admin-casual-buyer-maintenance</to>
	</rule>

	<rule>
		<from>^/n/admin-casual-buyer-maintenance$</from>
		<to last="true" type="permanent-redirect">/admin-casual-buyer-maintenance</to>
	</rule>

	<rule>
		<from>^/admin-casual-buyer-maintenance$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-495</to>
	</rule>

	<rule>
		<from>^/n/admin-casual-buyer-maintenance/(.*)$</from>
		<to last="true" type="permanent-redirect">/admin-casual-buyer-maintenance/$1</to>
	</rule>

	<rule>
		<from>^/admin-casual-buyer-maintenance/(.*)$</from>
		<to last="true" type="forward">/n/force-redirect/nutraorganics-495?userId=$1</to>
	</rule>
	
	<!-- END Casual Buyer Maintenance -->

</urlrewrite>
