• hello

    the plugin is activated, but i just don’t see that settings screen!

    i am new to this website thing, so maybe i am missing something very obvious?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Dave,

    I don’t know if this will help you or not, but I had the same issue. After a few hours I realized my web host defaults to PHP 4 and this plugin requires PHP 5. I had to put a line of code into my .htaccess file to get it to run PHP 5.

    You can see if this is your problem by copying this line of code:

    <?php phpinfo() ?>

    into a php file and running it from your web browser.

    I hope this helps.

    Forgot to say, the settings option should be under “Settings -> WordPress HTTPS”

    Thread Starter dave3k

    (@xmail2001)

    yes!!!

    php4 was enabled as default on my hosting server.

    as the hosting company website indicated, by inserting

    AddType x-mapp-php5 .php

    to .htaccess file,

    php5 is enabled, and now i do see the settings screen damn clearly!

    i guess correctly setting it up will take more time and many steps, but at least the first is complete!

    maybe it will solve many plugin compatibility problems as well.

    thanks valgorn!!!

    Awesome! Glad it helped.

    Plugin Author mvied

    (@mvied)

    Hey guys,

    I actually never thought about checking PHP4 as PHP5 is what WordPress supports. I may do some PHP4 testing. I’d like to at least make it so that the plugin functions in PHP4.

    Thanks!
    Mike

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WordPress HTTPS] Where is the settings screen?’ is closed to new replies.