Based on previous posts from others, will the following functions.php work with loading style.css, responsive.css and rtl.css:
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'parent-responsive-style', get_template_directory_uri() . '/responsive.css' );
wp_enqueue_style( 'parent-rtl-style', get_template_directory_uri() . '/rtl.css' );
}
Just a note: I also tried entering
https://www.my-example.com/wp-login.php
but the SSL routine with WordPress keeps rewriting it as:
https://www.my-example.com/firstsite/firstsite/wp-login.php