Hi,
I have a website, where I want all pages to be secure using https:// , but I want a folder to be ignored so the files in that folder will be using regular http:// . Eg, http://wwww.example/com/admin but the rest will be https://www.example/com/page1 , https://www.example.com/page2 etc.
I have htaccess setup already to rewrite all requests to https:// but I'm stuck on ignore this particular folder.
RewriteEngine OnRewriteBase /RewriteCond %


No comments:
Post a Comment