• Resolved bramos

    (@bramos)


    Hi,
    I’ve installed wordpress on a few websites and everything worked great until now…
    I’ve uploaded everything from the wordpress installation folder to a website and tried to run it.
    Below is the page i see:

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

    So…

    HELP!?!?
    (I already changed all permissions to 777 (Dont ask me why I did that but it did not do anything))
    http://www.right-oh.nl/test/ is the folder…

Viewing 3 replies - 1 through 3 (of 3 total)
  • I already changed all permissions to 777

    Very bad idea. Change them back to 755.

    Then try re-uploading everything – except the wp-content folder and your wp-config.php file – from a fresh download of WordPress.

    Thread Starter bramos

    (@bramos)

    I re-uploaded all files an folders (exept for the two above)
    Same problem…

    Thread Starter bramos

    (@bramos)

    Hehe,

    It appeared that the webhost didn’t have a up to date PHP version…
    But thanks anyway!

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

The topic ‘index.php does not load anything else’ is closed to new replies.