About a month ago I tried to enable SSL via cloudflare which worked but it was VERY slow at loading and often timed out after I enabled the https so I decided to remove from cloudflare and go back to http://
Since I removed from cloudflare (2 days asgo) I cannot get into the control panel on or load the url via www or http://
# BEGIN WordPress
# The directives (lines) between `BEGIN WordPress` and `END WordPress` are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<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
Cloudflare didn’t change your file, but WP detected your URL when you installed it (or you have changed them in WP General Settings), then WP updated them on its database.