Tag: shopp plugin
Redirect certain pages from http to https with .htaccess
The following trick is useful for E-Commerce sites. We only need few pages redirected to https to secure transaction This will automatically rewrite the url to https as long as the page is not already an https link. This conditional keeps it from causing a loop. It’s very handy to have this capabilit thus allowing…