RewriteOptions inherit
RewriteEngine on
RewriteCond %{HTTP_HOST} ^fuelcellsetc\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.fuelcellsetc\.com$
RewriteRule ^Store$ "https\:\/\/fuelcellsetc\.com\/store\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^fuelcellsetc\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.fuelcellsetc\.com$
RewriteRule ^custom$ "http\:\/\/fuelcellsetc\.com\/store\/Membrane\-Electrode\-Assembly\/Custom\-MEAs\-and\-CCMS\/Customized\-MEA" [R=301,L]
RewriteCond %{HTTP_HOST} ^fuelcellsetc\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.fuelcellsetc\.com$
RewriteRule ^store\/MEA\/EZ$ "http\:\/\/fuelcellsetc\.com\/store\/Membrane\-Electrode\-Assembly\/Electrolyzer\/Electrolyzer\-CCM" [R=301,L]
I would appreciate any help I can get! Thanks in advance!
