+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: SSL Protection - Plugin (big change on Google)

  1. #1
    Senior Member
    Join Date
    Aug 2010
    Posts
    174

    SSL Protection - Plugin (big change on Google)

    Now Google ranking website higher when using SSL across all pages!
    http://googlewebmastercentral.blogsp...ng-signal.html

    Fynax, please consider to add option to enable SSL on ALL pages, rather than just admin and login pages.

  2. #2
    You can easily enable it for all pages manually with 'SSL secured page' option, please note that you have to check that 'Secure all account area pages' disabled

    If you want to do it for all pages you can run the following sql query with built in database manager or phpmyadmin for example:

    Code:
    Only registered members can view the code.

    If we collect a few more similar opinions that we need to add such option we will add it to the plugin. So if anybody other interested in this please let me know in the current thread.
    Last edited by Mike; September 19, 2014 at 04:18 AM.

  3. #3
    Senior Member
    Join Date
    Aug 2010
    Posts
    174
    Thanks Mike for suggestion.
    However, I got the following error: Table 'mysitename_site.fl_pages' doesn't exist

    Q: does this option change “source code urls” as well?

  4. #4
    Quote Originally Posted by PGGO View Post
    Thanks Mike for suggestion.
    However, I got the following error: Table 'mysitename_site.fl_pages' doesn't exist

    Q: does this option change
    You need add your database prefix only and replace {db_prefix} in row

    Code:
    Only registered members can view the code.
    Last edited by Curtis; September 17, 2014 at 07:43 AM.
    Thank you, Curtis.
    @Flynax Company

  5. #5
    This is a very good idea!

  6. #6
    Nice work guys.

  7. #7
    Mike, Curtis, please implement this feature. Thanks

  8. #8
    Good idea. Update the plugin please.

  9. #9
    Senior Member
    Join Date
    Aug 2010
    Posts
    174
    Mike,

    How can I "Undo" this command after?

    UPDATE `fl_pages` SET `Https` = '1' WHERE 1

    Fyi, I'm having issue with "add-listing" page (result in 404) after i run this command.
    Last edited by PGGO; September 19, 2014 at 03:14 AM.

  10. #10
    Thank you for sharing your thoughts, i see that others need this option too. So we will add it to the next plugin update:

    We will add Option to plugin configurations , this option will allow to enable HTTPS for all front end pages of website
    (HTTPS for Admin Panel will stay under another existing already option).

    Please note that if you enable this option you will be not able to disable it for a particular page.




    Quote Originally Posted by PGGO View Post
    Mike,

    How can I "Undo" this command after?

    UPDATE `fl_pages` SET `Https` = '1' WHERE 1

    Fyi, I'm having issue with "add-listing" page (result in 404) after i run this command.
    Please create a ticket or provide me with details to check this issue, its probably because of urls customization. To disable Https for a page you can with Pages Manager>Edit page>>SSL Secured page -- disable.

    to disable for all pages you can run the query

    UPDATE `fl_pages` SET `Https` = '0' WHERE 1

+ Reply to Thread