I tried but got an error.
"Parse error: syntax error, unexpected $end in ---(path) force-ssl.php on line 40. "
I added
if (is_page('22'))
{
before
function force_ssl() {
and
}
after
add_action('plugins_loaded', 'force_ssl');
2?>
Is something wrong? 22 is the ID of the page. I tried to use the title of the page as well but got the same error.