Title: redirect all https to http
Last modified: August 20, 2016

---

# redirect all https to http

 *  [crz](https://wordpress.org/support/users/crz/)
 * (@crz)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/redirect-all-https-to-http/)
 * Hi,
 * I’ve built a website with wordpress for a client that used to be running on https(
   the old site was non-wordpress).
 * I’d like to redirect all https links to http.
 * I’ve tried this below (found on stackoverflow) but didn’t work
    `Options +FollowSymlinks`
 * <IfModule mod_rewrite.c>
    RewriteEngine On
 *  RewriteCond %{SERVER_PORT} ^443$
    RewriteRule ^(.*)$ [http://%](http://%){HTTP_HOST}/
   $1 [R=301,L]
 *  # BEGIN WordPress
    RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] # END WordPress </IfModule>
 * Thank you in advance for any tips you might have.

The topic ‘redirect all https to http’ is closed to new replies.

## Tags

 * [HTTP](https://wordpress.org/support/topic-tag/http/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [redirect](https://wordpress.org/support/topic-tag/redirect/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [crz](https://wordpress.org/support/users/crz/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/redirect-all-https-to-http/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
