Title: Https to http
Last modified: August 10, 2018

---

# Https to http

 *  [archerydistrict](https://wordpress.org/support/users/archerydistrict/)
 * (@archerydistrict)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/https-to-http-6/)
 * Site went down after deleting SSL. This is my htaccess file. What do i need to
   change?
 * # BEGIN LSCACHE
    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this
   block! ## <IfModule LiteSpeed> RewriteEngine on CacheLookup on RewriteRule .*–[
   E=Cache-Control:no-autoflush] RewriteRule ^min/\w+\.(css|js) – [E=cache-control:
   no-vary] ### marker CACHE RESOURCE start ### RewriteRule wp-content/.*/[^/]*(
   responsive|css|js|dynamic|loader|fonts)\.php – [E=cache-control:max-age=3600]###
   marker CACHE RESOURCE end ### ### marker FAVICON start ### RewriteRule favicon\.
   ico$ – [E=cache-control:max-age=86400] ### marker FAVICON end ### </IfModule>##
   LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ## # END 
   LSCACHE # BEGIN NON_LSCACHE ## LITESPEED WP CACHE PLUGIN – Do not edit the contents
   of this block! ## ### marker MINIFY start ### <IfModule mod_rewrite.c> RewriteEngine
   on RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\w+)\.(css|js)$ RewriteCond%
   1/wp-content/cache/$2/$1.$2 -f RewriteRule min/(\w+)\.(css|js) wp-content/cache/
   $2/$1.$2 [L] </IfModule> ### marker MINIFY end ### ## LITESPEED WP CACHE PLUGIN–
   Do not edit the contents of this block! ## # END NON_LSCACHE
 * # BEGIN rlrssslReallySimpleSSL rsssl_version[3.0.5]
    <IfModule mod_rewrite.c>
   RewriteEngine on RewriteCond %{HTTPS} !=on [NC] RewriteRule ^(.*)$ [http://%](http://%){
   HTTP_HOST}/$1 [R=301,L] </IfModule> # END rlrssslReallySimpleSSL # 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
    php_value upload_max_filesize 64M php_value post_max_size 64M
   php_value memory_limit 400M php_value max_execution_time 180 php_value max_input_time
   180
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhttps-to-http-6%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/https-to-http-6/#post-10577012)
 * check out this plugin [https://wordpress.org/plugins/https-to-http-redirect/](https://wordpress.org/plugins/https-to-http-redirect/)
 *  Thread Starter [archerydistrict](https://wordpress.org/support/users/archerydistrict/)
 * (@archerydistrict)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/https-to-http-6/#post-10577032)
 * I cant even get into wordpress backend
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/https-to-http-6/#post-10577051)
 * Changing Site URL:
    – Using [FTP/ SFTP ](http://codex.wordpress.org/FTP_Clients),
   or your web-host’s cPanel or whatever file management application your host provides,
   access phpMyAdmin on your host, then find your DB, there check the wp_options
   Table (Note: The table prefix of wp_ may be different if you changed it when 
   installing), and make sure **siteurl** field and **home** field are correct. 
   See [https://codex.wordpress.org/Changing_The_Site_URL#Changing_the_URL_directly_in_the_database](https://codex.wordpress.org/Changing_The_Site_URL#Changing_the_URL_directly_in_the_database)–
   If you don’t feel comfortable messing with the database, contact your hosting
   provider to help you with this or try other methods described in the aforementioned
   codex – **If you haven’t already done, always backup your database before doing
   any actions, just in case something really goes wrong. You can never have enough
   backups! **
 * Then check out this plugin [Better Search And Replace](https://wordpress.org/plugins/better-search-replace/).
   Search for [https://example.com](https://example.com) and replace with [http://example.com](http://example.com)
 * Then check out the redirect plugin i posted above.
 *  Thread Starter [archerydistrict](https://wordpress.org/support/users/archerydistrict/)
 * (@archerydistrict)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/https-to-http-6/#post-10577078)
 * Ok i’ve changed both of those in phpmyadmin but still getting the “coming soon,
   future home of something quite cool” on the homepage. When i try to log into 
   wordpress backend, it says: This page isn’t working
    archerydistrict.com redirected
   you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS
 *  [Rachna](https://wordpress.org/support/users/rachna90/)
 * (@rachna90)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/https-to-http-6/#post-10577365)
 * Hello,
    See this tutorial for “how-to-fix-error-too-many-redirects”, it may help
   [https://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/](https://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/)
   Thanks.
 *  Thread Starter [archerydistrict](https://wordpress.org/support/users/archerydistrict/)
 * (@archerydistrict)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/https-to-http-6/#post-10577512)
 * Thanks for the suggestion but it didnt work

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Https to http’ is closed to new replies.

## Tags

 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)
 * [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/)
 * 6 replies
 * 3 participants
 * Last reply from: [archerydistrict](https://wordpress.org/support/users/archerydistrict/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/https-to-http-6/#post-10577512)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
