# invoke rewrite engine
RewriteEngine On
RewriteBase /

Options -Indexes
<IfModule mod_negotiation.c>
	Options -MultiViews
</IfModule>

# Specific redirections
RewriteRule ^index\.html$ / [L,R=301]
RewriteCond %{QUERY_STRING} ^page=2$
RewriteRule ^collections/short-sleeve$ collections/short-sleeve_page-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=2$
RewriteRule ^collections/long-sleeve$ collections/long-sleeve_page-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=3$
RewriteRule ^collections/accessories$ collections/accessories_page-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=4$
RewriteRule ^collections/accessories$ collections/accessories_page-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=2$
RewriteRule ^collections/active-style$ collections/active-style_page-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=3$
RewriteRule ^collections/active-style$ collections/active-style_page-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=2$
RewriteRule ^collections/cycling-mountain-biking$ collections/cycling-mountain-biking_page-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=3$
RewriteRule ^collections/cycling-mountain-biking$ collections/cycling-mountain-biking_page-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=2$
RewriteRule ^collections/winter-sports$ collections/winter-sports_page-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=3$
RewriteRule ^collections/winter-sports$ collections/winter-sports_page-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=6$
RewriteRule ^collections/winter-sports$ collections/winter-sports_page-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=2$
RewriteRule ^collections/new$ collections/new_page-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=1$
RewriteRule ^collections/short-sleeve$ collections/short-sleeve_page-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=1$
RewriteRule ^collections/accessories$ collections/accessories_page-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=1$
RewriteRule ^collections/active-style$ collections/active-style_page-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=4$
RewriteRule ^collections/cycling-mountain-biking$ collections/cycling-mountain-biking_page-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=5$
RewriteRule ^collections/winter-sports$ collections/winter-sports_page-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^product-category/women$ product-category/women/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50$
RewriteRule ^product-category/women$ product-category/women/product_count-50 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=75$
RewriteRule ^product-category/women$ product-category/women/product_count-75 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^product-category/children$ product-category/children/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=75$
RewriteRule ^product-category/children$ product-category/children/product_count-75 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=default$
RewriteRule ^product-category/categories/tops-categories$ product-category/categories/tops-categories/product_orderby-default [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=name$
RewriteRule ^product-category/categories/tops-categories$ product-category/categories/tops-categories/product_orderby-name [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/categories/tops-categories$ product-category/categories/tops-categories/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^product-category/categories/tops-categories$ product-category/categories/tops-categories/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50$
RewriteRule ^product-category/categories/tops-categories$ product-category/categories/tops-categories/product_count-50 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=75$
RewriteRule ^product-category/categories/tops-categories$ product-category/categories/tops-categories/product_count-75 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=grid$
RewriteRule ^product-category/categories/tops-categories$ product-category/categories/tops-categories/product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=list$
RewriteRule ^product-category/categories/tops-categories$ product-category/categories/tops-categories/product_view-list [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=default$
RewriteRule ^product-category/categories/tops-categories/short-sleeve$ product-category/categories/tops-categories/short-sleeve/product_orderby-default [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=price$
RewriteRule ^product-category/categories/tops-categories/short-sleeve$ product-category/categories/tops-categories/short-sleeve/product_orderby-price [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date$
RewriteRule ^product-category/categories/tops-categories/short-sleeve$ product-category/categories/tops-categories/short-sleeve/product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/categories/tops-categories/short-sleeve$ product-category/categories/tops-categories/short-sleeve/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=rating$
RewriteRule ^product-category/categories/tops-categories/short-sleeve$ product-category/categories/tops-categories/short-sleeve/product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc$
RewriteRule ^product-category/categories/tops-categories/short-sleeve$ product-category/categories/tops-categories/short-sleeve/product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^product-category/categories/tops-categories/short-sleeve$ product-category/categories/tops-categories/short-sleeve/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50$
RewriteRule ^product-category/categories/tops-categories/short-sleeve$ product-category/categories/tops-categories/short-sleeve/product_count-50 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=list$
RewriteRule ^product-category/categories/tops-categories/short-sleeve$ product-category/categories/tops-categories/short-sleeve/product_view-list [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date$
RewriteRule ^product-category/categories/outwear/jackets-overcoats$ product-category/categories/outwear/jackets-overcoats/product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/categories/outwear/jackets-overcoats$ product-category/categories/outwear/jackets-overcoats/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=rating$
RewriteRule ^product-category/categories/outwear/jackets-overcoats$ product-category/categories/outwear/jackets-overcoats/product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^product-category/categories/outwear/jackets-overcoats$ product-category/categories/outwear/jackets-overcoats/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=grid$
RewriteRule ^product-category/categories/outwear/jackets-overcoats$ product-category/categories/outwear/jackets-overcoats/product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date$
RewriteRule ^product-category/winter$ product-category/winter/product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/winter$ product-category/winter/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^product-category/winter$ product-category/winter/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50$
RewriteRule ^product-category/winter$ product-category/winter/product_count-50 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=75$
RewriteRule ^product-category/winter$ product-category/winter/product_count-75 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=list$
RewriteRule ^product-category/winter$ product-category/winter/product_view-list [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^product-category/collections/klima$ product-category/collections/klima/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50$
RewriteRule ^product-category/collections/klima$ product-category/collections/klima/product_count-50 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=price$
RewriteRule ^product-category/new$ product-category/new/product_orderby-price [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date$
RewriteRule ^product-category/new$ product-category/new/product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=rating$
RewriteRule ^product-category/new$ product-category/new/product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50$
RewriteRule ^product-category/new$ product-category/new/product_count-50 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=75$
RewriteRule ^product-category/new$ product-category/new/product_count-75 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date$
RewriteRule ^color/black$ color/black/product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^color/black$ color/black/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=rating$
RewriteRule ^color/black$ color/black/product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc$
RewriteRule ^color/black$ color/black/product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^color/black$ color/black/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50$
RewriteRule ^color/black$ color/black/product_count-50 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=75$
RewriteRule ^color/black$ color/black/product_count-75 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=grid$
RewriteRule ^color/black$ color/black/product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=name$
RewriteRule ^product-category/active-style$ product-category/active-style/product_orderby-name [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=price$
RewriteRule ^product-category/active-style$ product-category/active-style/product_orderby-price [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/active-style$ product-category/active-style/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc$
RewriteRule ^product-category/active-style$ product-category/active-style/product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^product-category/active-style$ product-category/active-style/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=75$
RewriteRule ^product-category/active-style$ product-category/active-style/product_count-75 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=grid$
RewriteRule ^product-category/active-style$ product-category/active-style/product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^product-category/swimming$ product-category/swimming/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=default$
RewriteRule ^product-category/limited-edition$ product-category/limited-edition/product_orderby-default [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=name$
RewriteRule ^product-category/limited-edition$ product-category/limited-edition/product_orderby-name [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=price$
RewriteRule ^product-category/limited-edition$ product-category/limited-edition/product_orderby-price [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date$
RewriteRule ^product-category/limited-edition$ product-category/limited-edition/product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/limited-edition$ product-category/limited-edition/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=rating$
RewriteRule ^product-category/limited-edition$ product-category/limited-edition/product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc$
RewriteRule ^product-category/limited-edition$ product-category/limited-edition/product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^product-category/limited-edition$ product-category/limited-edition/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50$
RewriteRule ^product-category/limited-edition$ product-category/limited-edition/product_count-50 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=75$
RewriteRule ^product-category/limited-edition$ product-category/limited-edition/product_count-75 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=grid$
RewriteRule ^product-category/limited-edition$ product-category/limited-edition/product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=list$
RewriteRule ^product-category/limited-edition$ product-category/limited-edition/product_view-list [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=name$
RewriteRule ^size/one-size$ size/one-size/product_orderby-name [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=price$
RewriteRule ^size/one-size$ size/one-size/product_orderby-price [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^size/one-size$ size/one-size/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^size/one-size$ size/one-size/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50$
RewriteRule ^size/one-size$ size/one-size/product_count-50 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=75$
RewriteRule ^size/one-size$ size/one-size/product_count-75 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=list$
RewriteRule ^size/one-size$ size/one-size/product_view-list [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=75&product_order=desc$
RewriteRule ^product-category/women$ product-category/women/product_count-75-product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=default$
RewriteRule ^product-category/women/page/2$ product-category/women/page/2/product_orderby-default [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=name$
RewriteRule ^product-category/women/page/2$ product-category/women/page/2/product_orderby-name [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=rating$
RewriteRule ^product-category/women/page/2$ product-category/women/page/2/product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=default$
RewriteRule ^product-category/women/page/3$ product-category/women/page/3/product_orderby-default [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=name$
RewriteRule ^product-category/women/page/3$ product-category/women/page/3/product_orderby-name [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/women/page/3$ product-category/women/page/3/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=rating$
RewriteRule ^product-category/women/page/3$ product-category/women/page/3/product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=grid$
RewriteRule ^product-category/women/page/3$ product-category/women/page/3/product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc$
RewriteRule ^product-category/women/page/4$ product-category/women/page/4/product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date&product_count=25$
RewriteRule ^product-category/winter$ product-category/winter/product_orderby-date-product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date&product_count=50$
RewriteRule ^product-category/winter$ product-category/winter/product_orderby-date-product_count-50 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date&product_count=75$
RewriteRule ^product-category/winter$ product-category/winter/product_orderby-date-product_count-75 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date$
RewriteRule ^product-category/winter/page/3$ product-category/winter/page/3/product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date$
RewriteRule ^product-category/winter/page/5$ product-category/winter/page/5/product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity&product_count=50$
RewriteRule ^product-category/winter$ product-category/winter/product_orderby-popularity-product_count-50 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/winter/page/2$ product-category/winter/page/2/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/winter/page/4$ product-category/winter/page/4/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/winter/page/5$ product-category/winter/page/5/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/winter/page/6$ product-category/winter/page/6/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/winter/page/7$ product-category/winter/page/7/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_orderby=date$
RewriteRule ^product-category/winter$ product-category/winter/product_count-25-product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50&product_orderby=date$
RewriteRule ^product-category/winter$ product-category/winter/product_count-50-product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50&product_orderby=popularity$
RewriteRule ^product-category/winter$ product-category/winter/product_count-50-product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=75&product_orderby=date$
RewriteRule ^product-category/winter$ product-category/winter/product_count-75-product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=list$
RewriteRule ^product-category/winter/page/5$ product-category/winter/page/5/product_view-list [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=list$
RewriteRule ^product-category/winter/page/6$ product-category/winter/page/6/product_view-list [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=name$
RewriteRule ^product-category/winter/page/2$ product-category/winter/page/2/product_orderby-name [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc$
RewriteRule ^product-category/winter/page/2$ product-category/winter/page/2/product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=grid$
RewriteRule ^product-category/winter/page/2$ product-category/winter/page/2/product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=price$
RewriteRule ^product-category/winter/page/3$ product-category/winter/page/3/product_orderby-price [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=rating$
RewriteRule ^product-category/winter/page/3$ product-category/winter/page/3/product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date&product_count=25$
RewriteRule ^color/black$ color/black/product_orderby-date-product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity&product_count=25$
RewriteRule ^color/black$ color/black/product_orderby-popularity-product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=rating&product_count=25$
RewriteRule ^color/black$ color/black/product_orderby-rating-product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc&product_count=25$
RewriteRule ^color/black$ color/black/product_order-desc-product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_orderby=default$
RewriteRule ^color/black$ color/black/product_count-25-product_orderby-default [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_orderby=name$
RewriteRule ^color/black$ color/black/product_count-25-product_orderby-name [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_orderby=date$
RewriteRule ^color/black$ color/black/product_count-25-product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_orderby=popularity$
RewriteRule ^color/black$ color/black/product_count-25-product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_orderby=rating$
RewriteRule ^color/black$ color/black/product_count-25-product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_order=desc$
RewriteRule ^color/black$ color/black/product_count-25-product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_view=grid$
RewriteRule ^color/black$ color/black/product_count-25-product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_view=list$
RewriteRule ^color/black$ color/black/product_count-25-product_view-list [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50&product_orderby=default$
RewriteRule ^color/black$ color/black/product_count-50-product_orderby-default [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=grid&product_count=25$
RewriteRule ^color/black$ color/black/product_view-grid-product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc&product_count=75$
RewriteRule ^product-category/women$ product-category/women/product_order-desc-product_count-75 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=rating$
RewriteRule ^product-category/women/page/5$ product-category/women/page/5/product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=price$
RewriteRule ^product-category/women/page/5$ product-category/women/page/5/product_orderby-price [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date$
RewriteRule ^product-category/women/page/5$ product-category/women/page/5/product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/women/page/5$ product-category/women/page/5/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc$
RewriteRule ^product-category/women/page/5$ product-category/women/page/5/product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=default$
RewriteRule ^product-category/women/page/6$ product-category/women/page/6/product_orderby-default [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity$
RewriteRule ^product-category/women/page/6$ product-category/women/page/6/product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=price$
RewriteRule ^product-category/women/page/6$ product-category/women/page/6/product_orderby-price [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date$
RewriteRule ^product-category/women/page/6$ product-category/women/page/6/product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc$
RewriteRule ^product-category/women/page/6$ product-category/women/page/6/product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=list$
RewriteRule ^product-category/women/page/6$ product-category/women/page/6/product_view-list [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc$
RewriteRule ^product-category/women/page/13$ product-category/women/page/13/product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=name$
RewriteRule ^product-category/winter/page/5$ product-category/winter/page/5/product_orderby-name [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=price$
RewriteRule ^product-category/winter/page/5$ product-category/winter/page/5/product_orderby-price [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date&product_view=list$
RewriteRule ^product-category/winter/page/5$ product-category/winter/page/5/product_orderby-date-product_view-list [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity&product_order=asc$
RewriteRule ^product-category/winter/page/5$ product-category/winter/page/5/product_orderby-popularity-product_order-asc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=name$
RewriteRule ^product-category/winter/page/6$ product-category/winter/page/6/product_orderby-name [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=price$
RewriteRule ^product-category/winter/page/6$ product-category/winter/page/6/product_orderby-price [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=list&product_orderby=date$
RewriteRule ^product-category/winter/page/5$ product-category/winter/page/5/product_view-list-product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=grid$
RewriteRule ^product-category/winter/page/5$ product-category/winter/page/5/product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=grid$
RewriteRule ^product-category/winter/page/6$ product-category/winter/page/6/product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc$
RewriteRule ^product-category/winter/page/6$ product-category/winter/page/6/product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=3$
RewriteRule ^collections/new$ collections/new_page-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=2$
RewriteRule ^collections/running-hiking$ collections/running-hiking_page-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=3$
RewriteRule ^collections/running-hiking$ collections/running-hiking_page-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=2$
RewriteRule ^collections/triathlon$ collections/triathlon_page-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_orderby=default$
RewriteRule ^color/black/page/2$ color/black/page/2/product_count-25-product_orderby-default [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^color/black/page/3$ color/black/page/3/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^color/black/page/4$ color/black/page/4/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^color/black/page/5$ color/black/page/5/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_orderby=default$
RewriteRule ^color/black/page/7$ color/black/page/7/product_count-25-product_orderby-default [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_view=list$
RewriteRule ^color/black/page/7$ color/black/page/7/product_count-25-product_view-list [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_view=list&product_order=desc$
RewriteRule ^color/black$ color/black/product_count-25-product_view-list-product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_orderby=default&product_view=grid$
RewriteRule ^color/black$ color/black/product_count-25-product_orderby-default-product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_view=list&product_orderby=popularity$
RewriteRule ^color/black$ color/black/product_count-25-product_view-list-product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^u=http\%3A\%2F\%2Fsearchportal\.information\.com\%3Fa_id\%3D1637\%26domainname\%3Dskinfitusa\.com\%26adultfilter\%3Doff\%26popunder\%3Doff&r=2&adi=100$
RewriteRule ^frame\.aspx$ -adultfilter-off-popunder-off-r-2-adi-100 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc$
RewriteRule ^product-category/cycling/page/6$ product-category/cycling/page/6/product_order-desc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=date$
RewriteRule ^product-category/cycling/page/6$ product-category/cycling/page/6/product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=default$
RewriteRule ^product-category/cycling/page/6$ product-category/cycling/page/6/product_orderby-default [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=name$
RewriteRule ^product-category/cycling/page/6$ product-category/cycling/page/6/product_orderby-name [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=rating$
RewriteRule ^product-category/cycling/page/6$ product-category/cycling/page/6/product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_view=grid$
RewriteRule ^product-category/cycling/page/6$ product-category/cycling/page/6/product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^product-category/cycling$ product-category/cycling/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_orderby=default$
RewriteRule ^product-category/new$ product-category/new/product_count-25-product_orderby-default [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_orderby=popularity$
RewriteRule ^product-category/new$ product-category/new/product_count-25-product_orderby-popularity [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25&product_view=grid$
RewriteRule ^product-category/new$ product-category/new/product_count-25-product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=name&product_order=asc$
RewriteRule ^product-category/winter/page/5$ product-category/winter/page/5/product_orderby-name-product_order-asc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=popularity&product_order=asc&product_view=grid$
RewriteRule ^product-category/winter/page/5$ product-category/winter/page/5/product_orderby-popularity-product_order-asc-product_view-grid [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=price&product_order=asc$
RewriteRule ^product-category/winter/page/5$ product-category/winter/page/5/product_orderby-price-product_order-asc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=rating&product_order=asc$
RewriteRule ^product-category/winter/page/5$ product-category/winter/page/5/product_orderby-rating-product_order-asc [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc&product_orderby=name$
RewriteRule ^product-category/women/page/5$ product-category/women/page/5/product_order-desc-product_orderby-name [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc&product_orderby=rating$
RewriteRule ^product-category/women/page/5$ product-category/women/page/5/product_order-desc-product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_order=desc&product_orderby=rating$
RewriteRule ^product-category/women/page/6$ product-category/women/page/6/product_order-desc-product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=25$
RewriteRule ^shop$ shop/product_count-25 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50$
RewriteRule ^shop$ shop/product_count-50 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50&product_orderby=date$
RewriteRule ^shop$ shop/product_count-50-product_orderby-date [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_count=50&product_orderby=rating$
RewriteRule ^shop$ shop/product_count-50-product_orderby-rating [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=default$
RewriteRule ^shop$ shop/product_orderby-default [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=name$
RewriteRule ^shop$ shop/product_orderby-name [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^product_orderby=price$
RewriteRule ^shop$ shop/product_orderby-price [L,R=301,QSD]

# Create pretty URLs
DirectorySlash Off

RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC]
RewriteRule ^ %1 [NC,L,R=301]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} (.*)/$
RewriteRule ^(.*)/$ $1 [NC,L,R=301]

RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^ %{REQUEST_URI}.html [NC,L]
# End: Create pretty URLs

# Redirect all extensions to html
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.shtml$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.phtml$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.jhtml$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.htm$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.php$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.aspx$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.asp$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.jsp$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.apk$ $1.html [L,NC,R=301]
# End: Redirect all extensions to html
