Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi, I’ve done this before with other sites with the same host but it’s been a while. I think this is where I’m getting stuck.
    Change the line that says:
    require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
    to the following, using your directory name for the WordPress core files:
    require( dirname( __FILE__ ) . ‘/wordpress/wp-blog-header.php’ );

    My installed into the subdirectory /wordpress/ initially using my host’s EasyApps. I want WP to power my root https://five-talents.com
    Am I supposed to change dirname to something? do I change something else?
    I can’t get anything but an ‘under construction’ page for my URL…very frustrating ??

Viewing 1 replies (of 1 total)