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