Having identify the plugin causing the issue with your site, you need to uninstall it in order to return everything back to normal.
Since you can currently not access your site but WordPress administration dashboard as well, you can still uninstall the really simple ssl
plugin either through your cPanel, FTP, or database.
If you do not have access to your WordPress installation through those means, you should contact your hosting provider or website administrator; they should be able to assist you with that request.
Uninstall a WordPress plugin through cPanel or FTP, in two (2) easy steps:
- Navigate to your WordPress installation, then to your
wp-content/plugins/
directory. - Once there, you will see all your installed plugins. In order to uninstall the
really simple ssl
, all you have to do is to simply rename (to something like:really simple ssl old
).
Related Posts:
- How can I make an Ajax login form work with FORCE_SSL_ADMIN enabled?
- SSL redirect loop using WordPress HTTPS Plugin
- Is the WordPress HTTPS Plugin Still Safe To Use? [closed]
- Enable Full SSL for WordPress
- How can I make uploaded images in the editor load with HTTPS?
- How can I force users to a particular subdomain to log in for MU (Multisite)?
- How can I fix the mixed content problems of the kk star ratings plugin?
- How do I convert my WordPress website to be domain agnostic?
- Is it safe to use Web Invoice 2.1.0 without SSL?
- www redirects to another directory in wordpress
- Mixed content error after adding SSL certificate
- Site navigation from Google not using HTTPS for some resources, causing redirect loop
- Why my multisite is this slow? (stats inside)
- How do I locate specific part of code that affects ssl?
- How do I secure a subdomain using UCC SSL?
- How do I locate specific file in a post that affects ssl?
- Theme causing SSL break on chrome
- Generate all urls with https
- SSL not working for checkout
- How to detect WP plugins used on a site
- Using WordPress as a CMS: Developer preferences for custom vs existing plugins
- Login with OpenID, similar to Stack Exchange sites?
- Preserve custom URL parameter on more pages
- Why do I get this “plugin does not have a valid header” error?
- WordPress Capabilities: edit_user vs edit_users
- Passing .pem and .key files in cURL doesn’t work in WordPress
- Is there a limit on the size of a WP page?
- A Blog’s changelog
- Adding a widget programmatically
- How to restrict Front-End Editor on a page?
- How do I create a custom wordpress slideshow plugin?
- Updating a WordPress plugins breaks SVN
- Template plugin for blog posts? [closed]
- Skip file when plugin updated
- Are contributed plugin translations automatically installed in WordPress?
- Why would WP-CLI and WP Admin show different list of plugins with updates?
- Translating plugin inside the theme [closed]
- Admin Dashboard with Custom Tab for Client
- How can I serve a text file at a custom URL
- How to add custom link to menu in wordpress programmatically?
- How to send little data between admin pages of my plugin?
- How to activate plugins for my WordPress sites from a remote server
- Register script in one plugin, and enqueue it in another
- how to load the language file in plugin?
- Getting a List of Categories for Use in a Plugin?
- UnWanted Custom field added in the wp page edit area
- How to get all of the activate_plugin action parameters?
- WP_Terms_List_Table Quick Edit not working
- Is there a directory my plugin can write files to that cannot be viewed via the browser/url?
- How to exclude certain files from the plugin editor?
- file-gallery plugin line 1573 broken in 4.2 upgrade [closed]
- How do I use wp_editor() in widget form?
- How to create an option page for this simple plugin
- Errors when trying to use a plugin to write to the database
- _prime_post_caches in wordpress
- Can some vulnerabilities in plugins be exploited even when the plugin is inactive?
- Plugin settings won’t save changes
- Moving a plugin js to footer
- Is there a plugin for WordPress for creating ‘Accounts’ where all users who belong to that Account can only see Account data? [closed]
- wp_redirect doen’t work
- Send email with list of active plugins upon activation/deactivation
- Hardcoded paths in my plugin
- How to save plugin custom settings page fields
- wp_insert_term() doesnt insert a term
- How limit user connection?
- Dequeue, Unregister, Remove Action – Not Working on Plugin
- HTTP requests start hanging after I try activating all plugins, and only stop when I manually disable the plugins via DB
- Memory Management when developing plug-ins
- How can I list custom post type categories of portfolio
- How to log custom plugin error to debug.log file
- Load script only in the admin page
- Using AJAX to run SQL statement and populate dropdown
- Disable “auto embed” feature when pasting text and links
- How to create admin setting for this small plugin
- How to create a form where you can select multiple recipients, based on a list of website users?
- Unpublished Pages Failing To Appear On Custom Path
- $wpdb->delete not working for me
- How to fix caching issue in PHP data from database
- WPForms Custom Redirect not working
- SASS not showing in customized preloader plugin
- Lock content in WordPress website
- How do I allow a user to purchase an expiring passcode to access part of my website, from my online store, similar to pay-per-view?
- How to securely controlling data without keeping it in postmeta?
- After updating theme & plugin I am getting an error message
- Get Current Post ID in WP Loop For GiveWP
- Does having apply_filters in the middle of an array make a difference?
- Unable to activate themes on localhost
- Identify if the_post hook is being called from the admin post list
- wordpress ajax pagination object value does not change
- Reorganization of namespaces
- Passing a parameter to filter and action functions
- Custom pages with plugin
- Holding 2 wp_user in the same action (to update billing_email when user_email is updated)
- How to set-up multiple cron task with wp_schedule_event so that they do not overlap?
- How to get the real address from a url (permalink)
- 404 Page when emptying spam or deleting a plugin
- File permissions for wp-minify plugin
- How to declare this function correctly?
- Plugin version number after code rewrite [closed]
- Filter custom post type returned from REST api