Title: Rewriting all HTTPS to HTTP
Last modified: August 20, 2016

---

# Rewriting all HTTPS to HTTP

 *  [Man of Blog](https://wordpress.org/support/users/man-of-blog/)
 * (@man-of-blog)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/rewriting-all-https-to-http/)
 * Trying to do this.. and failing. I can get the main [https://mysite.com](https://mysite.com)
   or [https://www.mysite.com](https://www.mysite.com) to rewrite to [http://mysite.com](http://mysite.com)
   but nothing else will.
    `Options +FollowSymlinks RewriteEngine on RewriteCond%{
   SERVER_PORT} ^443$ RewriteCond %{REQUEST_URI} !^/wp-login\.php RewriteCond %{
   REQUEST_URI} !^/wp-admin/ RewriteRule ^(.*)$ http://mysite.com/$1 [R=301,L]
 * I’m needing SSL access to the login, and admin as well. Though I need every single
   post and page to redirect to the [http://mysite.com/post](http://mysite.com/post)
   version etc.
 * Thanks for any and all guidance.

The topic ‘Rewriting all HTTPS to HTTP’ is closed to new replies.

## Tags

 * [apache](https://wordpress.org/support/topic-tag/apache/)
 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [mod_rewrite](https://wordpress.org/support/topic-tag/mod_rewrite/)
 * [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: [Man of Blog](https://wordpress.org/support/users/man-of-blog/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/rewriting-all-https-to-http/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
