• Resolved rickbakens

    (@rickbakens)


    Hi guys,

    I had my site ready. now i wanted to change the http to https. didnt know what to do and saw this plugin. installed it and checked those the checks. so https hole domain.
    but i didnt read it right because i saw after i did get a error that i first needed a ssl?

    i got a privacy fault.
    i already deleted the plugin on the FTP. and tried deleting the .htaccess but set it back because i though the error was getting worse.

    Please help

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter rickbakens

    (@rickbakens)

    i also removed the lines in the .htaccess file

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, do you still have the default lines in the .htaccess created when you install WordPress and save your Permalinks?

    Thread Starter rickbakens

    (@rickbakens)

    the only lines i got is 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 Plugin

    # 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

    and i tried removing the top lines as is on the instructions. but it didnt help

    Plugin Support mbrsolution

    (@mbrsolution)

    When you deleted the top part of the code in the .htaccess file did you also clear your browser cache? If you have a cache plugin did you also delete the plugin cache?

    Thread Starter rickbakens

    (@rickbakens)

    deleted top part? yes
    cleared cache? yes
    got cache plugin? no

    got a 403 error now
    maybe because the hosting didnt set the site to https? i dont know

    and on the /wp-admin page:

    "Not Found
    
    The requested URL /index.php was not found on this server.
    
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    
    Apache Server at www.goodspeedcustoms.com Port 80"
    • This reply was modified 7 years, 9 months ago by rickbakens.
    • This reply was modified 7 years, 9 months ago by rickbakens.
    Plugin Support mbrsolution

    (@mbrsolution)

    I think you best speak to your host tech people about this issue. See if they fix your problem. Let me know how you go.

    Regards

    Thread Starter rickbakens

    (@rickbakens)

    i will. Thanks for this. and ill let you know!

    Thread Starter rickbakens

    (@rickbakens)

    hi mbrsolution,
    i fixt it. on my ftp was a map made with the url so i though that was the root map but it wasnt. so i copied everything to the public_html map. now it works fine.

    me happy!

    Plugin Support mbrsolution

    (@mbrsolution)

    Well done ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Installed plugin now i cant come in to site’ is closed to new replies.