ErrorDocument 403 /
ErrorDocument 404 /

Header always set Access-Control-Allow-Origin "*" 


SetEnvIfNoCase User-Agent libwww-perl block_bad_bots
# to deny more User-Agents, copy the line above and change
# only libwww-perl, to match the new name.
deny from env=block_bad_bots

    

   

RewriteEngine On 
RewriteRule ^product/(\w+) product_detail.php?product_name=$1 [L]
RewriteCond %{HTTP_HOST} ^(www\.)?e-cigarette101.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?e-electriccigarette.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?ecigenvy.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?eciggiant.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?ecigoceanside.com$ [OR]
#RewriteCond %{HTTP_HOST} ^(www\.)?ecigwiz.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?egoecigarette.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?eliquidcoop.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?eliquidjunkie.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?encinitasvapor.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?fantasticvapors.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?finecigarette.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?iecigarettes.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?kangertanks.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?luvecig.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?mitsueliquid.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?obaginudermsite.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?oceansidevapor.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?oceansidevapors.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?puffoftheday.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?shecig.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?socalecigs.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?vaporbird.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?vaporshopdirect.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?yummecig.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?e-cig101.com$
RewriteRule .* http://www.radvapor.com%{REQUEST_URI} [L,R=301]

RewriteCond %{HTTP_HOST} ^(www\.)?skincareseller.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?theskincaredepot.com$ [OR]
RewriteCond %{HTTP_HOST} ^(www\.)?topixproducts.com
RewriteRule .* http://www.skincareheaven.com%{REQUEST_URI} [L,R=301]


RewriteCond %{HTTP_HOST} ^(www\.)?blackfridayecig.com
RewriteRule .* http://www.blackfridayvapor.com%{REQUEST_URI} [L,R=301]

RewriteCond %{HTTP_HOST} ^(www\.)?cybermondayecig.com
RewriteRule .* http://www.cybermondayvapor.com%{REQUEST_URI} [L,R=301]

RewriteCond %{HTTP_HOST} ^(www\.)?drsuesssecretart.com
RewriteRule .* http://www.secretartofdrsuess.com%{REQUEST_URI} [L,R=301]


RewriteRule ^get_ms_image.php$ - [L]

RewriteCond %{HTTP_HOST} ^dermesse1\.storlution\.com$
RewriteRule .* http://dermesse1.axiaskincare.com/ [R=301,L]

RewriteCond %{HTTP_HOST} ^schanerplasticsurgery\.storlution\.com$
RewriteRule .* http://schanerplasticsurgery.axiaskincare.com/ [R=301,L]


RewriteCond %{HTTP_HOST} ^www\.(.*)\.storlution\.com$ [NC]
RewriteRule ^(.*)$ https://%1.storlution.com/$1 [R=301,L]

RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^(.*)\.storlution\.com$
RewriteRule .* https://%{HTTP_HOST} [R=301,L]

RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^(www\.)?ecigarettecity\.com$
RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L,QSA]


RewriteRule ^robots\.txt$ - [L,QSA]


RewriteRule ^sitemap\.xml$ /sitemap_xml.php [L]


#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^productImages/(.*)$ https://www.skincareheaven.com/productImages/$1 [R=303]

#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^banner_images/(.*)$ https://www.skincareheaven.com/banner_images/$1 [R=303]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !^/$
RewriteRule ^(.*)$ /content.php?h=$1 [L]

# RewriteCond %{HTTP_HOST} ^skincareheaven.com
# RewriteRule (.*) https://www.skincareheaven.com/$1 [R=301,L] 

# RewriteCond %{HTTPS} off
# RewriteRule (.*) https://www.skincareheaven.com/$1 [R=301,L] 

RewriteCond %{REQUEST_METHOD} !POST
RewriteRule ^(.*/)?index\.([a-zA-Z0-9]{3,4})$ /$1 [R=301,L]

AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript