Url Redirect Https to Http ?

May 25th, 2018

i need web.config for redirecting url from HTTPS to HTTP …?
Answer #1
Use this in .htaccess file
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

Answer #2
thanks…………….
but in window server ?
i need redirect link ( https://www.abc.com ) to ( http://www.abc.com )
Please remember to double check that all your links have been coded. #3.10 links must be coded - including, but not limited to, e-mail addresses, passwords and internal links.
~~

 

| Sitemap |