Viewing 3 replies - 16 through 18 (of 18 total)
  • Moderator James Huff

    (@macmanx)

    wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file."); require_once('../wp-config.php'); require_once('./upgrade-functions.php'); $guessurl = str_replace('/wp-admin/install.php?step=2', '', 'https://' . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) ); if (isset($_GET['step'])) $step = $_GET['step']; else $step = 0; ?>

    If you’re seeing all of that, then PHP either not installed or not configured properly.

    Thread Starter icebug

    (@icebug)

    If the configuration works find on the root, and the server has no issues with the blog, then how am i getting these errors when i move everything to a new folder called wp?

    Moderator James Huff

    (@macmanx)

    That’s between you and your hosting provider.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘How can I run wordpress somewhere other than the root?’ is closed to new replies.