.htaccess - redirect http to https exclude specific url |
How to redirect http to https exclude specific url?
http://www.example.com/* => https://www.example.com/* http://www.example.com/nonssl/* => http://www.example.com/nonssl/* So I make .htaccess file following this: Code: RewriteEngine On But when I go to http://www.example.com/nonssl/testfunc, it goes to https://www.example.com/index.php/nonssl/testfunc. Thanks in advance. |
Welcome Guest, Not a member yet? Register Sign In |