Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m having same problem.

    Thread Starter knapp71

    (@knapp71)

    Update: When I upload the images, they’re still going into the /Blog directory!

    Why is this? I’ve changed everything in the WP settings. The file path of the uploaded image indicates it’s going straight to the root, and not /Blog, but then I check in the directory and it’s in /Blog. Bizarre!

    htacess issue?

    mod_security?

    I don’t know, thanks.

    Thread Starter knapp71

    (@knapp71)

    So all that needs to be in the public.html directory is index.php file?

    Right now, the index.php file is:

    <?php
    /**
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require(‘./wp-blog-header.php’);
    ?>

    I just have to add /Blog to the last line so that it reads (‘./Blog/wp-blog-header.php’)?

    And that’s it, voila?

    Because it seems easy enough just to delete all the other stuff out of the public, and you’re saying that would resolve the probably totally.

    If anyone can confirm this is right, I will just delete the other stuff.

    Thread Starter knapp71

    (@knapp71)

    Thank you so much. I was freaking out about this. You hit it right on the head.

Viewing 4 replies - 1 through 4 (of 4 total)