<?php
if ($_SERVER['REQUEST_URI'] == '/' || $_SERVER['REQUEST_URI'] == '') {
    header("Location: https://attahadi.ly/journal/", true, 301);
    exit();
}
?>