Title: https redirection
Last modified: September 1, 2016

---

# https redirection

 *  [savvar](https://wordpress.org/support/users/savvar/)
 * (@savvar)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/https-redirection/)
 * hello,
    i recently removed the ssl from my site [http://cyauto.com](http://cyauto.com)
   and i want to redirect https:// to http://
 * my .htaccess is:
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule
   ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] </IfModule>
 * # END WordPress
 * i tried using:
 * RewriteCond %{HTTP} !=on
    RewriteRule ^/?(.*) [http://%](http://%){SERVER_NAME}/
   $1 [R,L]
 * and
 * Options +FollowSymLinks
    RewriteEngine On RewriteCond %{HTTP_HOST} ^.*example\.
   com$ [NC] RewriteRule ^(.*)$ [http://newdomain.com/$1](http://newdomain.com/$1)[
   R=301,L]
 * but no luck , i keep get ERR_TOO_MANY_REDIRECTS
 * can anyone help?
 * thnx

The topic ‘https redirection’ is closed to new replies.

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [savvar](https://wordpress.org/support/users/savvar/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/https-redirection/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
