Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m having trouble getting mine to update. Tried 3 or 4 times last night, twice today. It hangs up in maintenance mode. Not sure what I’m doing wrong. Usually these updates are pretty quick, so you never really see it go into maintenance mode.

    Thread Starter MarkieMadden

    (@markiemadden)

    I’ve managed to get the widget to work, but when it’s active, my site comes up as no longer secure (I have an https site and SSL cert.). I’ve tried changing the <a href= links to https (from http-this is what Amazon gives me), and that doesn’t change the security on the site. I get the green padlock with the gold triangle over it, meaning though my site is encrypted some elements are not.

    Thread Starter MarkieMadden

    (@markiemadden)

    Thread Starter MarkieMadden

    (@markiemadden)

    Yes, I did see that within the htacccess file, but the only time I’ve gotten this 500 Internal Server error was after I installed and ran the plugin.

    Another source wonders if I possibly set it up incorrectly while I was following along on a video of his, setting up the plugin. Do you think this could be the case? And if so, what could I possibly have set that caused it to create this error?

    I’ve not had an issue all day today, with the plugin installed but deactivated. I had the error twice yesterday. Am considering reactivating the plugin but not with the settings I had when I deactivated it, essentially starting from scratch.

    Thoughts?

    Thread Starter MarkieMadden

    (@markiemadden)

    Hi! Thanks for responding!

    This is the code that Bluehost says should be in my htaccess file:

    # Use PHP5.4 Single php.ini as default
    AddHandler application/x-httpd-php54s .php

    # BEGIN WordPress

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    The code that appeared in my file instead, began with:

    #Begin WP All in One Security

    And went on from there. There was an awful lot of code between that and where I could see:

    #Begin WordPress.

    However, under the All in One Security Code, there was not just one instance of the code I copied above, but hundreds of repeats of the exact same code string. Not sure what happened there, either. I’m like brand new at all this and would appreciate any suggestions.

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