Trying to install WordPress in subdomain https://blog.runway.bz/ when i trying to install wordpress Its showing "WordPress installation failed Error" the problem is subdomain URL showing same like my home page which is on html https://runway.bz/.
CodePudding user response:
Make sure the files are in the right path of your sub domain directory. And don't forget to change the URL in wp_options table under option_value column there will be siteurl and home values of your subdomain WordPress database. From there only the base URL of the site will get generated.
CodePudding user response:
Please make sure that WordPress files are in the right place if you want to install them in a subdomain then please copy WordPress files to blog.runway.bz folder.
Try to install WordPress manually using create a database from PHPMyAdmin and set the database name, username and password while installing WordPress.