• Forbidden

    You don’t have permission to access / on this server.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    Apache Server at blog.blackwomenineurope.com Port 80

    GoDaddy.com support told me that the files I saved from Bluehost are problematic.

    Everything else is set up correctly.

    How can I find and fix the bad files?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try:
    – switching to the Twenty Ten theme by renaming your current theme’s folder in wp-content/themes using FTP or whatever file management application your host provides.

    resetting the plugins folder by FTP or phpMyAdmin.

    – renaming any .htaccess files.

    Thread Starter ageorgegal

    (@ageorgegal)

    Thanks!

    (1)I have the Twenty Ten theme in my folder already. Can you explain then what I would do? Delete the other themes?

    (2)I don’t think I can try the resetting the plugins options because I don’thave access to the WP Admin:

    Create an empty plugins folder
    Via FTP or your host’s control panel, navigate to the wp-contents folder (directory)
    Via FTP or your host’s control panel, rename the folder “plugins” to “plugins.hold”
    Via FTP or your host’s control panel, create new folder called “plugins”
    Login to your WordPress administration menus
    Via FTP or your host’s control panel, delete the empty “plugins” you previous created
    Via FTP or your host’s control panel, rename “plugins.hold” back to “plugins”

    (3)And I would need to rename any .htaccess files to what exactly?

    Thread Starter ageorgegal

    (@ageorgegal)

    I tried re-loading the WP-content folder and see this when I go to my site:

    <?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’);
    ?>

    Thread Starter ageorgegal

    (@ageorgegal)

    I see this now, when I go to the subdomain where I deleted and then reloaded the wp-content folder:

    <?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’);
    ?>

    Thread Starter ageorgegal

    (@ageorgegal)

    Individual posts show, however the homepage still shows the script above.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problems migrating servers – saved backed has problematic files’ is closed to new replies.