#Enable compression
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

<IfModule mod_expires.c>
ExpiresActive On

AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff
AddType image/svg+xml .svg

ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType text/html "access 1 month"
ExpiresByType text/javascript "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 1 month"
</IfModule>


<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)(\.gz)?$">
Header unset ETag
FileETag None
</FilesMatch>

#Encoding

<IfModule mod_headers.c>
  <FilesMatch "\.(js|css|xml|gz)$">
    Header append Vary: Accept-Encoding
  </FilesMatch>
</IfModule>


## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
ExpiresByType application/x-font-ttf "access plus 1 year"
ExpiresByType application/x-font-opentype "access plus 1 year"
ExpiresByType application/x-font-woff "access plus 1 year"
ExpiresByType image/svg+xml "access plus 1 year"
</IfModule>
## EXPIRES CACHING ##


# BEGIN W3TC Browser Cache
<IfModule mod_mime.c>
    AddType text/css .css
    AddType text/x-component .htc
    AddType application/x-javascript .js
    AddType application/javascript .js2
    AddType text/javascript .js3
    AddType text/x-js .js4
    AddType text/html .html .htm
    AddType text/richtext .rtf .rtx
    AddType image/svg+xml .svg .svgz
    AddType text/plain .txt
    AddType text/xsd .xsd
    AddType text/xsl .xsl
    AddType text/xml .xml
    AddType video/asf .asf .asx .wax .wmv .wmx
    AddType video/avi .avi
    AddType image/bmp .bmp
    AddType application/java .class
    AddType video/divx .divx
    AddType application/msword .doc .docx
    AddType application/vnd.ms-fontobject .eot
    AddType application/x-msdownload .exe
    AddType image/gif .gif
    AddType application/x-gzip .gz .gzip
    AddType image/x-icon .ico
    AddType image/jpeg .jpg .jpeg .jpe
    AddType application/json .json
    AddType application/vnd.ms-access .mdb
    AddType audio/midi .mid .midi
    AddType video/quicktime .mov .qt
    AddType audio/mpeg .mp3 .m4a
    AddType video/mp4 .mp4 .m4v
    AddType video/mpeg .mpeg .mpg .mpe
    AddType application/vnd.ms-project .mpp
    AddType application/x-font-otf .otf
    AddType application/vnd.ms-opentype .otf
    AddType application/vnd.oasis.opendocument.database .odb
    AddType application/vnd.oasis.opendocument.chart .odc
    AddType application/vnd.oasis.opendocument.formula .odf
    AddType application/vnd.oasis.opendocument.graphics .odg
    AddType application/vnd.oasis.opendocument.presentation .odp
    AddType application/vnd.oasis.opendocument.spreadsheet .ods
    AddType application/vnd.oasis.opendocument.text .odt
    AddType audio/ogg .ogg
    AddType application/pdf .pdf
    AddType image/png .png
    AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx
    AddType audio/x-realaudio .ra .ram
    AddType application/x-shockwave-flash .swf
    AddType application/x-tar .tar
    AddType image/tiff .tif .tiff
    AddType application/x-font-ttf .ttf .ttc
    AddType application/vnd.ms-opentype .ttf .ttc
    AddType audio/wav .wav
    AddType audio/wma .wma
    AddType application/vnd.ms-write .wri
    AddType application/font-woff .woff
    AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
    AddType application/zip .zip
</IfModule>
<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType text/css A31536000
    ExpiresByType text/x-component A31536000
    ExpiresByType application/x-javascript A31536000
    ExpiresByType application/javascript A31536000
    ExpiresByType text/javascript A31536000
    ExpiresByType text/x-js A31536000
    ExpiresByType text/html A3600
    ExpiresByType text/richtext A3600
    ExpiresByType image/svg+xml A3600
    ExpiresByType text/plain A3600
    ExpiresByType text/xsd A3600
    ExpiresByType text/xsl A3600
    ExpiresByType text/xml A3600
    ExpiresByType video/asf A31536000
    ExpiresByType video/avi A31536000
    ExpiresByType image/bmp A31536000
    ExpiresByType application/java A31536000
    ExpiresByType video/divx A31536000
    ExpiresByType application/msword A31536000
    ExpiresByType application/vnd.ms-fontobject A31536000
    ExpiresByType application/x-msdownload A31536000
    ExpiresByType image/gif A31536000
    ExpiresByType application/x-gzip A31536000
    ExpiresByType image/x-icon A31536000
    ExpiresByType image/jpeg A31536000
    ExpiresByType application/json A31536000
    ExpiresByType application/vnd.ms-access A31536000
    ExpiresByType audio/midi A31536000
    ExpiresByType video/quicktime A31536000
    ExpiresByType audio/mpeg A31536000
    ExpiresByType video/mp4 A31536000
    ExpiresByType video/mpeg A31536000
    ExpiresByType application/vnd.ms-project A31536000
    ExpiresByType application/x-font-otf A31536000
    ExpiresByType application/vnd.ms-opentype A31536000
    ExpiresByType application/vnd.oasis.opendocument.database A31536000
    ExpiresByType application/vnd.oasis.opendocument.chart A31536000
    ExpiresByType application/vnd.oasis.opendocument.formula A31536000
    ExpiresByType application/vnd.oasis.opendocument.graphics A31536000
    ExpiresByType application/vnd.oasis.opendocument.presentation A31536000
    ExpiresByType application/vnd.oasis.opendocument.spreadsheet A31536000
    ExpiresByType application/vnd.oasis.opendocument.text A31536000
    ExpiresByType audio/ogg A31536000
    ExpiresByType application/pdf A31536000
    ExpiresByType image/png A31536000
    ExpiresByType application/vnd.ms-powerpoint A31536000
    ExpiresByType audio/x-realaudio A31536000
    ExpiresByType image/svg+xml A31536000
    ExpiresByType application/x-shockwave-flash A31536000
    ExpiresByType application/x-tar A31536000
    ExpiresByType image/tiff A31536000
    ExpiresByType application/x-font-ttf A31536000
    ExpiresByType application/vnd.ms-opentype A31536000
    ExpiresByType audio/wav A31536000
    ExpiresByType audio/wma A31536000
    ExpiresByType application/vnd.ms-write A31536000
    ExpiresByType application/font-woff A31536000
    ExpiresByType application/vnd.ms-excel A31536000
    ExpiresByType application/zip A31536000
</IfModule>



RewriteEngine On
Options +FollowSymLinks

#Redirects by Web Profits created on July 26, 2017

RewriteCond %{REQUEST_URI} ^/Service.htm/?$
RewriteRule ^.*$ \/services\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/products.php/?$
RewriteCond %{QUERY_STRING} ^step\=2&item\=35&type_id\=4/?$
RewriteRule ^.*$ \/products\/? [R=301,L]

RewriteCond %{REQUEST_URI} ^/products.php/?$
RewriteCond %{QUERY_STRING} ^step\=2&item\=25&type_name\=Karcher_HD7_10_CXF&type_id\=4/?$
RewriteRule ^.*$ \/product\/karcher\-hd7\-10\-cxf\/? [R=301,L]

RewriteCond %{REQUEST_URI} ^/products.php/?$
RewriteCond %{QUERY_STRING} ^step\=2&item\=25&type_id\=4/?$
RewriteRule ^.*$ \/products\/? [R=301,L]

RewriteCond %{REQUEST_URI} ^/products.php/?$
RewriteCond %{QUERY_STRING} ^step\=2&item\=21&type_id\=5/?$
RewriteRule ^.*$ \/products\/? [R=301,L]

RewriteCond %{REQUEST_URI} ^/products.php/?$
RewriteCond %{QUERY_STRING} ^step\=2&item\=16&type_id\=3/?$
RewriteRule ^.*$ \/products\/? [R=301,L]

RewriteCond %{REQUEST_URI} ^/products.php/?$
RewriteCond %{QUERY_STRING} ^step\=1&item\=28/?$
RewriteRule ^.*$ \/products\/? [R=301,L]

RewriteCond %{REQUEST_URI} ^/products.php/?$
RewriteCond %{QUERY_STRING} ^step\=1&item\=27/?$
RewriteRule ^.*$ \/products\/? [R=301,L]

RewriteCond %{REQUEST_URI} ^/Products.htm/?$
RewriteRule ^.*$ \/products\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/links.swf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/bulk/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/blog/wp-content/plugins/copy-link/?$
RewriteRule ^.*$ \/blog\/ [R=301,L]

#END Redirects by Web Profits created on July 26, 2017

#Redirects by Web Profits created on July 19, 2017

RewriteCond %{REQUEST_URI} ^/wet_and_dry.html/?$
RewriteRule ^.*$ \/product\-category\/industrial\-vacuums\/wet\-dry\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/wave.html/?$
RewriteRule ^.*$ \/product\/windsor\-wave\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/wand_jets.html/?$
RewriteRule ^.*$ \/product\-category\/commercial\-cleaner\-accessories\/wand\-jets\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/walk_behind_scrubber_dryer.html/?$
RewriteRule ^.*$ \/product\-category\/floor\-scrubbers\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/walk_behind_push_sweepers.html/?$
RewriteRule ^.*$ \/product\-category\/floor\-sweepers\/walk\-behind\-push\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/walk_behind_petrol_sweepers.html/?$
RewriteRule ^.*$ \/product\-category\/floor\-sweepers\/walk\-behind\-petrol\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/walk_behind_battery_sweepers.html/?$
RewriteRule ^.*$ \/product\-category\/floor\-sweepers\/walk\-behind\-battery\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/upright.html/?$
RewriteRule ^.*$ \/product\-category\/industrial\-vacuums\/upright\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/truck_mounts.html/?$
RewriteRule ^.*$ \/product\-category\/truck\-mounts\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/tile_cleaners.html/?$
RewriteRule ^.*$ \/product\-category\/cleaning\-chemicals\/tile\-cleaning\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/suction_polishers.html/?$
RewriteRule ^.*$ \/product\-category\/floor\-polishers\/suction\-polishers\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/straightline_polishers.html/?$
RewriteRule ^.*$ \/product\-category\/floor\-polishers\/straight\-line\-polishers\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/spotters.html/?$
RewriteRule ^.*$ \/product\-category\/cleaning\-chemicals\/spotters\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/services.html/?$
RewriteRule ^.*$ \/services\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/scrubbers.html/?$
RewriteRule ^.*$ \/product\-category\/floor\-scrubbers\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/sales.html/?$
RewriteRule ^.*$ \/product\-category\/specials\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/ride_on_vacuums.html/?$
RewriteRule ^.*$ \/product\-category\/industrial\-vacuums\/ride\-on\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/ride_on_scrubber_dryer.html/?$
RewriteRule ^.*$ \/product\-category\/floor\-scrubbers\/large\-scrubbers\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/ride_on_petrol_operated_sweepers.html/?$
RewriteRule ^.*$ \/product\-category\/floor\-sweepers\/ride\-on\-petrol\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/ride_on_carpet_extractors.html/?$
RewriteRule ^.*$ \/product\-category\/carpet\-extractors\/ride\-on\-carpet\-extractors\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/ride_on_battery_operated_sweepers.html/?$
RewriteRule ^.*$ \/product\-category\/floor\-sweepers\/ride\-on\-battery\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/pullalong_heperated_vacuums.html/?$
RewriteRule ^.*$ \/product\-category\/industrial\-vacuums\/pull\-along\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/pull_extractors.html/?$
RewriteRule ^.*$ \/product\-category\/carpet\-extractors\/pull\-extractors\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/products.html/?$
RewriteRule ^.*$ \/products\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/portable_steamers.html/?$
RewriteRule ^.*$ \/product\-category\/commercial\-steam\-cleaners\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/industrial_hot_water_pressure_washers.html/?$
RewriteRule ^.*$ \/product\-category\/pressure\-washers\/industrial\-hot\-water\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/wide_area_vacuums/windsor_wave.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/wet_and_dry/Pacvac_Hydropro_76.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/wet_and_dry/Pacvac_Hydropro_36.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/wet_and_dry/Pacvac_Hydropro_21.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/wet_and_dry/Kerrick_VH_429_Trolley.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/wet_and_dry/Kerrick_VH_429_Castor_Base.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/wet_and_dry/Kerrick_VH_115R.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/wet_and_dry/Cleanstar_VC15L.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/wet_and_dry/Cleanstar_VC_60L.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/wet_and_dry/Cleanstar_VC_30L.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/wand_jets/V_Jets.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/wand_jets/T_Jets.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_scrubber_dryer/Conquest_SMX75_BT.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_scrubber_dryer/Conquest_MX_65_BT.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_scrubber_dryer/Conquest_MMX_50E.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_scrubber_dryer/Conquest_MMX_50_BT.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_scrubber_dryer/Conquest_MMX_50_B.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_scrubber_dryer/Conquest_MMX_43B.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_scrubber_dryer/Conquest_Minny_16_B.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_scrubber_dryer/Conquest_Minimag.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_scrubber_dryer/Conquest_Micromag.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_scrubber_dryer/Conquest_Magnum.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_scrubber_dryer/Conquest_Genie_B.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_push_sweepers/SURESWEEP-S800.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_push_sweepers/SURESWEEP_SM900.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_push_sweepers/Conquest_SM_50.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_petrol_sweepers/PB_70_SH.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_petrol_sweepers/PB_55_SH.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_battery_sweepers/Conquest_PB_70_ET.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_battery_sweepers/Conquest_PB_55_ET_C.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/walk_behind_battery_sweepers/Conquest_FS_50_B_C.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/upright/windsor_xp18.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/upright/windsor_xp15.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/truck_mounts/RAGE.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/truck_mounts/870.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/truck_mounts/570.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/truck_mounts/460.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/truck_mounts/370.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/suction_polishers/Polivac_PV_25.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/suction_polishers/Hako_G_Force.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/straightline_polishers/Polivac_Stingray.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/straightline_polishers/Polivac_Dominator.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/straightline_polishers/Hako_Fusion_FX.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/scrubbers/Truvox_Multiwash_tank_spray_440.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/scrubbers/Truvox_Multiwash_340_Tank_and_Spray.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/scrubbers/Truvox_Multiwash_340.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/scrubbers/Truvox_Multiwash_240.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/scrubbers/Polivac_C27_C27RS.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/scrubbers/Polivac_C25.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/scrubbers/Polivac_A23.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/scrubbers/Cimex_CR_48_Cyclone.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/ride_on_vacuums/chariot_ivac_34_inch_atv.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/ride_on_vacuums/chariot_ivac_24_inch_atv.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/ride_on_scrubber_dryer/Conquest_XR_45_D.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/ride_on_scrubber_dryer/Conquest_Tomcat_GTX_34_D.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/ride_on_scrubber_dryer/Conquest_Mxr.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/ride_on_scrubber_dryer/Conquest_MMG_85B.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/ride_on_scrubber_dryer/Conquest_MG_100_B.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/ride_on_petrol_operated_sweepers/Conquest_PB_111_SH.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/ride_on_carpet_extractors/Windsor_Chariot_24_iextract_\s+Carpet_Extractor.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/ride_on_battery_operated_sweepers/Conquest_PB_111_SH.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/ride_on_battery_operated_sweepers/Conquest_PB_111_E.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/ride_on_battery_operated_sweepers/Conquest_PB_106.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/ride_on_battery_operated_sweepers/Conquest_FS_60_B.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/pullalong_heperated_vacuums/Pacvac_glide_wispa_300.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/pullalong_heperated_vacuums/Nilfisk_HDS_2000.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/pullalong_heperated_vacuums/Cleanstar_butler_Heperated.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/pull_extractors/Windsor_Clipper_12.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/pull_extractors/Windsor_Cadet_7.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/pull_extractors/Windsor_Admiral_8.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/portable_steamers/SV8_Steam_Cleaner.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/portable_steamers/Pegaso_Junior.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/portable_steamers/Pegaso.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/portable_steamers/Jupiter.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/industrial_hot_water_pressure_washers/Karcher_HDS_5_11_U.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/industrial_hot_water_pressure_washers/Hotshot_HD640E1.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/industrial_hot_water_pressure_washers/Hotshot_HD623E1.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/hose_and_wand_extractors/VE_Sabrina_Maxi.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/hose_and_wand_extractors/VE_Sabrina.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/hose_and_wand_extractors/TRUVOX_HM55_100.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/hose_and_wand_extractors/TRUVOX_HM_20.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/hose_and_wand_extractors/Razorback_Drago_1600.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/hose_and_wand_extractors/Razorback_Creed_500.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/hose_and_wand_extractors/Razorback_Balboa_700.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/hose_and_wand_extractors/Lava_VE_210L.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/hose_and_wand_extractors/Grace.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/gas_burnishers/Polivac_Gas_Shark.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/gas_burnishers/Polivac_Gas_28.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/gas_burnishers/Polivac_Gas_24.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/floor_stripping_machines/Tomcat_Edge.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/floor_stripping_machines/Polivac_ST_2100.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/extension_leads/Extension_Cord_Leads_20_Metre.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/dry_barrel_vacuums/pacvac_glide_300.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/dry_barrel_vacuums/kerrick_yes_play.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/dry_barrel_vacuums/hypervac_as_5.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/dry_barrel_vacuums/cleanstar_butler.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/dc_24_360_volt_motors/Tangential_3_Stage_DC.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/dc_24_360_volt_motors/Tangential_2_Stage_DC.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/dc_24_360_volt_motors/Italian_Amatek.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/dc_24_360_volt_motors/Domel_Motor.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/compact_scrubber/ROTOWASH_R45B_ESC.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/compact_scrubber/ROTOWASH_R45B.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/compact_scrubber/ROTOWASH_R30T.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/compact_scrubber/ROTOWASH_R30S.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/compact_scrubber/ROTOWASH_R30B.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/compact_scrubber/ROTOWASH_R30A.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/compact_scrubber/ROTOWASH_R30.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/compact_scrubber/ROTOWASH_R20T.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/compact_scrubber/ROTOWASH_R20.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/cold_water_pressure_washers/Hyqua_Blitz_HC4015.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/cold_water_pressure_washers/Hyqua_Blitz_2511.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/carpet_spotters/Windsor_Presto_Spotter.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/carpet_spotters/Truvox_HML.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/carpet_spotters/Karcher_Puzzi_100.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/basic_pressure_washers/Kerrick_Thunder_Wash.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/basic_pressure_washers/Kerrick_Quiky_890.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/basic_pressure_washers/Kerrick_DS1610.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/basic_pressure_washers/Karcher_HD7_10_CXF.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/basic_pressure_washers/Karcher_HD5_11_C_Plus.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/basic_pressure_washers/Karcher_H_5_12_C_Plus.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/basic_polishers/Polivac_PV25.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/basic_polishers/Polivac_C25.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/basic_polishers/Hako_Focus.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/backpacks/super_pro_micron_700.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/backpacks/super_pro_duo_700.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/backpacks/super_pro_700.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/backpacks/ghibli_T1.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/accessories/Turbo_Force_Cobra_Hand_Tool.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/accessories/Hydroforce_SX_15.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/accessories/hybrid_turbo.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/accessories/gekko_wand_tool.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/accessories/evolution_LGR_1800_dehumidifier.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/accessories/drizair_1200_dehumidifier.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/accessories/dri_eaz_sahara_pro.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/accessories/dri_eaz_sahara_e.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/240_volt_motors/US_LAMB_1400W_2_STAGE_BYPASS.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/240_volt_motors/SHANGHAI_AMETEK_2_STAGE_BYPASS.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/img/types/240_volt_motors/ITALIAN_AMETEK_1300W_2_STAGE_TANGENTIAL.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/images2/Wacer_Specials\s+2015.pdf/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/hose_and_wand_extractors.html/?$
RewriteRule ^.*$ \/product\-category\/carpet\-extractors\/hose\-wand\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/gas_burnishers.html/?$
RewriteRule ^.*$ \/product\-category\/gas\-burnishers\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/floor_stripping_machines.html/?$
RewriteRule ^.*$ \/product\-category\/floor\-stripping\-machines\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/extension_leads.html/?$
RewriteRule ^.*$ \/product\-category\/commercial\-cleaner\-accessories\/extension\-leads\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/events.php/?$
RewriteRule ^.*$ \/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/encapsulation.html/?$
RewriteRule ^.*$ \/product\-category\/cleaning\-chemicals\/encapsulation\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/emulsifiers.html/?$
RewriteRule ^.*$ \/product\-category\/cleaning\-chemicals\/emulsifiers\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/dry_barrel_vaccums.html/?$
RewriteRule ^.*$ \/product\-category\/industrial\-vacuums\/dry\-barrel\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/dc_24_360_volt_motors.html/?$
RewriteRule ^.*$ \/product\-category\/commercial\-cleaner\-accessories\/motors\/dc\-24\-360v\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/contact.php/?$
RewriteRule ^.*$ \/contact\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/compact_scrubber.html/?$
RewriteRule ^.*$ \/product\-category\/rotowash\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/cold_water_pressure_washers.html/?$
RewriteRule ^.*$ \/product\-category\/pressure\-washers\/cold\-water\-petrol\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/carpet_spotters.html/?$
RewriteRule ^.*$ \/product\-category\/carpet\-spotters\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/carpet_presprays.html/?$
RewriteRule ^.*$ \/product\-category\/cleaning\-chemicals\/carpet\-pre\-sprays\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/basic_pressure_washers.html/?$
RewriteRule ^.*$ \/product\-category\/pressure\-washers\/basic\-pressure\-washers\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/basic_polishers.html/?$
RewriteRule ^.*$ \/product\-category\/floor\-polishers\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/backpack.html/?$
RewriteRule ^.*$ \/product\-category\/industrial\-vacuums\/backpack\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/accessories.html/?$
RewriteRule ^.*$ \/product\-category\/commercial\-cleaner\-accessories\/accessories\/ [R=301,L]

RewriteCond %{REQUEST_URI} ^/240_volt_motors.html/?$
RewriteRule ^.*$ \/product\-category\/commercial\-cleaner\-accessories\/motors\/240v\/ [R=301,L]

#END Redirects by Web Profits created on July 19, 2017 





# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress