
RewriteEngine on
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://msg.greenreceipt.in/buybotspf/$1 [R,L]

#RewriteCond $1 !^(index\.php|resources|robots\.txt)
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ index.php/$1 [L,QSA]

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L] 

# <IfModule mod_headers.c>
# 	Header set Content-Security-Policy: "frame-ancestors https://buynxtstore.myshopify.com https://admin.shopify.com https://msg.greenreceipt.in https://mystore.myshopify.com https://shopify-dev.myshopify.com"
# </IfModule>