change index.php in duplicator installer.php
-
When creating the package, I am using WordPress 6.9, where the
index.phpfile contains the following code:require __DIR__ . '/wp-blog-header.php';After building the package, I also checked the files inside the archive, and
index.phpis still in the same form.When the installation starts using
installer.php, and even after the initial extraction, the file remains unchanged. However, once the installation is fully completed, the file is changed to the following:require dirname(__FILE__) . '/wp-blog-header.php';
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.