Make multiple URLs behave as home page

Just intercept the hook to determine which template to use. To make all pages act as the homepage:

add_filter( 'template_include', function($template) {
    return get_template_directory() . '/index.php';
});

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)