php - Redirect only one page to http htaccess -
I use codeigniter and I use redirection for all URLs on https. Now I only have one page () I want to redirect to http I have got so many answers. But I could not implement it properly. Every time I get an error, "this webpage has a redirect loop" my htaccess & lt; IfModule mod_rewrite.c & gt; RewriteBase / RewriteCond% {HTTPS} on RewriteEngine # First to rewrite the HTTPS: #RuleReightCond% {SERVER_PORT} 80 RewriteRule ^ $ https (*.): //% {HTTP_HOST}% {REQUEST_URI} [L, R = 301] # Now, use www to rewrite any request for the wrong domain. RewriteCond% {SERVER_PORT} 443 RewriteCond $ 1 (Web / Surf | Surf) RewriteRule ^ $ http (*.): //% {HTTP_HOST}% {REQUEST_URI} [R = 301, L] RewriteCond% {HTTP_HOST} world Wide Web \. RewriteRule ^ $ https (*.): //www.% {HTTP_HOST}% {REQUEST_URI} [L, R = 301] RewriteRule ^ About-us / [L, R = 301] Option -Inexes RewriteCond% {REQUEST_FILENAME }! -f RewriteConnect% {REQUEST_FILENAME}! -D Rivroitium ^ (. *) $ / INDEX.FPT / 19 [L] &...