cyn
10-21-06, 01:58 AM
and they are in google's casche, so w/ the 301 redirects....if there are more than a hand full is this the way to go? Also I imagine I can get rid of the mv to mvc script. I can't remember what the SFL section is about.. and the last group, is it some thing w/ affiliate? I'd appreciate some input and TIA, Cyn
#REWRITE .mv to .mvc when .mvc file exists
RewriteEngine on
RewriteBase /
RewriteRule ^(.*)\.mv$ $1 [C,E=WasMV:yes]
RewriteCond %{REQUEST_FILENAME}.mvc -f
RewriteRule ^(.*)$ $1.mvc [S=1]
RewriteCond %{ENV:WasMV} ^yes$
RewriteRule ^(.*)$ $1.mv
RewriteEngine On
RewriteCond %{REQUEST_URI} !-s
RewriteCond %{REQUEST_URI} !\.(gif|jpg|jpeg)$
RewriteRule ^page/(.*) /Merchant2/merchant.mvc?page=$1
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/go/(.*)/SFNT [NC]
RewriteRule (.*) /Merchant2/merchant.mvc?Screen=SFNT&Store_Code=%1 [R,L]
RewriteCond %{REQUEST_URI} ^/go/(.*)/CTGY/(.*) [NC]
RewriteRule (.*) /Merchant2/merchant.mvc?Screen=CTGY&Store_Code=%1&Category_Code=%2 [R,L]
RewriteCond %{REQUEST_URI} ^/go/(.*)/PROD/(.*)/(.*) [NC]
RewriteRule (.*) /Merchant2/merchant.mvc?Screen=PROD&Store_Code=%1&Product_Code=%3&Category_Code=%2 [R,L]
RewriteCond %{REQUEST_URI} ^/go-a/(.*)/SFNT/Affiliate/(.*) [NC]
RewriteRule (.*) /Merchant2/merchant.mvc?Screen=SFNT&Store_Code=%1&Affiliate=%2 [R,L]
RewriteCond %{REQUEST_URI} ^/go-a/(.*)/CTGY/(.*)/Affiliate/(.*) [NC]
RewriteRule (.*) /Merchant2/merchant.mvc?Screen=CTGY&Store_Code=%1&Category_Code=%2&Affiliate=%3 [R,L]
RewriteCond %{REQUEST_URI} ^/go-a/(.*)/PROD/(.*)/(.*)/Affiliate/(.*) [NC]
RewriteRule (.*) /Merchant2/merchant.mvc?Screen=PROD&Store_Code=%1&Product_Code=%3&Category_Code=%2&Affiliate=%4 [R,L]
Redirect 301 /thestore/CI.HTML http://www.yourstore.com/Merchant2/CTGY/CI
Redirect 301 /thestore/DL.HTML http://www.yourstore.com/Merchant2/CTGY/DL
Redirect 301 /thestore/DLL.HTML http://www.yourstore.com/Merchant2/CTGY/DLL
Redirect 301 /thestore/FML.HTML http://www.yourstore.com/Merchant2/CTGY/FML
Redirect 301 /thestore/IL.HTML http://www.yourstore.com/Merchant2/CTGY/IL
Redirect 301 /thestore/LL.HTML http://www.yourstore.com/Merchant2/CTGY/LL
Redirect 301 /thestore/OL.HTML http://www.yourstore.com/Merchant2/CTGY/OL
Redirect 301 /thestore/PL.HTML http://www.yourstore.com/Merchant2/CTGY/PL
Redirect 301 /thestore/prods/1786.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/1786.html
Redirect 301 /thestore/prods/2905-12-2.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/2905-12-2.html
Redirect 301 /thestore/prods/6084-5-033.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/6084-5-033.html
Redirect 301 /thestore/prods/8895.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/8895.html
Redirect 301 /thestore/prods/9478.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/9478.html
Redirect 301 /thestore/prods/B6-60S-D04-BLADES.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/B6-60S-D04-BLADES.html
Redirect 301 /thestore/prods/FP410BL_FP1018.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/FP410BL_FP1018.html
Redirect 301 /thestore/prods/MA25BL_HA25SD_B2040BL.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/MA25BL_HA25SD_B2040BL.html
Redirect 301 /thestore/prods/MA25BL_HA25ZB_B2040BL.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/MA25BL_HA25ZB_B2040BL.html
Redirect 301 /thestore/prods/QG9131ZG.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/QG9131ZG.html
redirect 301 /thestore/TifL.html http://www.yourstore.com/Merchant2/CTGY/TifL
redirect 301 /thestore/UCL.html http://www.yourstore.com/Merchant2/CTGY/UCL
#REWRITE .mv to .mvc when .mvc file exists
RewriteEngine on
RewriteBase /
RewriteRule ^(.*)\.mv$ $1 [C,E=WasMV:yes]
RewriteCond %{REQUEST_FILENAME}.mvc -f
RewriteRule ^(.*)$ $1.mvc [S=1]
RewriteCond %{ENV:WasMV} ^yes$
RewriteRule ^(.*)$ $1.mv
RewriteEngine On
RewriteCond %{REQUEST_URI} !-s
RewriteCond %{REQUEST_URI} !\.(gif|jpg|jpeg)$
RewriteRule ^page/(.*) /Merchant2/merchant.mvc?page=$1
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/go/(.*)/SFNT [NC]
RewriteRule (.*) /Merchant2/merchant.mvc?Screen=SFNT&Store_Code=%1 [R,L]
RewriteCond %{REQUEST_URI} ^/go/(.*)/CTGY/(.*) [NC]
RewriteRule (.*) /Merchant2/merchant.mvc?Screen=CTGY&Store_Code=%1&Category_Code=%2 [R,L]
RewriteCond %{REQUEST_URI} ^/go/(.*)/PROD/(.*)/(.*) [NC]
RewriteRule (.*) /Merchant2/merchant.mvc?Screen=PROD&Store_Code=%1&Product_Code=%3&Category_Code=%2 [R,L]
RewriteCond %{REQUEST_URI} ^/go-a/(.*)/SFNT/Affiliate/(.*) [NC]
RewriteRule (.*) /Merchant2/merchant.mvc?Screen=SFNT&Store_Code=%1&Affiliate=%2 [R,L]
RewriteCond %{REQUEST_URI} ^/go-a/(.*)/CTGY/(.*)/Affiliate/(.*) [NC]
RewriteRule (.*) /Merchant2/merchant.mvc?Screen=CTGY&Store_Code=%1&Category_Code=%2&Affiliate=%3 [R,L]
RewriteCond %{REQUEST_URI} ^/go-a/(.*)/PROD/(.*)/(.*)/Affiliate/(.*) [NC]
RewriteRule (.*) /Merchant2/merchant.mvc?Screen=PROD&Store_Code=%1&Product_Code=%3&Category_Code=%2&Affiliate=%4 [R,L]
Redirect 301 /thestore/CI.HTML http://www.yourstore.com/Merchant2/CTGY/CI
Redirect 301 /thestore/DL.HTML http://www.yourstore.com/Merchant2/CTGY/DL
Redirect 301 /thestore/DLL.HTML http://www.yourstore.com/Merchant2/CTGY/DLL
Redirect 301 /thestore/FML.HTML http://www.yourstore.com/Merchant2/CTGY/FML
Redirect 301 /thestore/IL.HTML http://www.yourstore.com/Merchant2/CTGY/IL
Redirect 301 /thestore/LL.HTML http://www.yourstore.com/Merchant2/CTGY/LL
Redirect 301 /thestore/OL.HTML http://www.yourstore.com/Merchant2/CTGY/OL
Redirect 301 /thestore/PL.HTML http://www.yourstore.com/Merchant2/CTGY/PL
Redirect 301 /thestore/prods/1786.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/1786.html
Redirect 301 /thestore/prods/2905-12-2.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/2905-12-2.html
Redirect 301 /thestore/prods/6084-5-033.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/6084-5-033.html
Redirect 301 /thestore/prods/8895.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/8895.html
Redirect 301 /thestore/prods/9478.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/9478.html
Redirect 301 /thestore/prods/B6-60S-D04-BLADES.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/B6-60S-D04-BLADES.html
Redirect 301 /thestore/prods/FP410BL_FP1018.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/FP410BL_FP1018.html
Redirect 301 /thestore/prods/MA25BL_HA25SD_B2040BL.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/MA25BL_HA25SD_B2040BL.html
Redirect 301 /thestore/prods/MA25BL_HA25ZB_B2040BL.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/MA25BL_HA25ZB_B2040BL.html
Redirect 301 /thestore/prods/QG9131ZG.HTML http://www.yourstore.com/Merchant2/merchant.mvc?page=yourstore/PROD/QG9131ZG.html
redirect 301 /thestore/TifL.html http://www.yourstore.com/Merchant2/CTGY/TifL
redirect 301 /thestore/UCL.html http://www.yourstore.com/Merchant2/CTGY/UCL