For security reasons, WordPress is placed in an additional folder.
The index.php is rendered in htdocs and redirected:
require( dirname( __FILE__ ) . ‘/bla-bla/wp-blog-header.php’ );
All was OK.
After installing the X, the redirection does not work and throws it to the folder in which the all folders WP..
How to fix it?
To keep index.php in the htdocs and everything OK.
Thank you.