1. In your WordPress administrator dashboard, go to Settings -> General and change both URLs to have https:// rather than http://. It will look something like below: you might also need to update your .htaccess file in your cpanel. If you can find this file in your root folder, go to seetings in cpaRead more

    In your WordPress administrator dashboard, go to Settings -> General and change both URLs to have https:// rather than http://. It will look something like below:

    you might also need to update your .htaccess file in your cpanel. If you can find this file in your root folder, go to seetings in cpanel and show hidden files

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{SERVER_PORT} !^443$
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

     

    See less
    • 0
  2. Go to WAEC 2018 result checking portal at https://www.waecdirect.org. Enter your WAEC Examination Number in the required column. Select your Examination Year i.e. 2019. Select your Examination Type i.e. SCHOOL CANDIDATE RESULT. Enter the Card Serial Number. Enter the Card PIN. Finally, click “SubmitRead more

    Go to WAEC 2018 result checking portal at https://www.waecdirect.org.
    Enter your WAEC Examination Number in the required column.
    Select your Examination Year i.e. 2019.
    Select your Examination Type i.e. SCHOOL CANDIDATE RESULT.
    Enter the Card Serial Number.
    Enter the Card PIN.
    Finally, click “Submit” button to get your 2019 WAEC Result.

    See less
    • 0