Removing the Plugin and Left Over .htaccess File
-
I used this plugin quite some time ago, because I switched to SSL certificate and then removed the plugin.
I notice in the .htacess file still has this code and is at the beginning of the entire file and it reads like this:
# BEGIN HTTPS Redirection Plugin
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
# END HTTPS Redirection PluginQuestion 1 So can I remove this bit of code in .htaccess?
Why wasn’t this code removed when I removed the plugin and all its files?
Thanks for your help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Removing the Plugin and Left Over .htaccess File’ is closed to new replies.