Solution:
Redirection issue:
https://shopalway.co.za/ is working but the error is shown onely on http://shopalway.co.za/ * that mean that you have an SSL: https://www.sslshopper.com/ssl-checker.html#hostname=https://shopalway.co.za/
SOLUTION: Add these lines on the .htaccess file:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}