• After moving to new server i uploaded all the backup file +sql but the site works not.

    If you try to enter the site one file will be downloaded and if you open you read this:

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

    Check the site here: http://bit.ly/1MSDPAU

Viewing 6 replies - 1 through 6 (of 6 total)
  • InterServer

    (@interservernet-web-hosting)

    The error is due to the use of inappropriate PHP handler. Or it might be configured incorrectly in .htaccess file. Please provide the contents of .htaccess file to identify the root cause.

    Thread Starter David

    (@buy4me)

    There was no htaccess on the server. i added now with this code but still the same problem.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Moderator t-p

    (@t-p)

    is this the guide you followed to move the site:
    https://codex.ww.wp.xz.cn/Moving_WordPress

    Thread Starter David

    (@buy4me)

    I dont have edit something. Is just like the old server. I downloaded the files via ftp and uploaded to the new server via ftp again.

    Thread Starter David

    (@buy4me)

    yes is this the guide i followed

    Moderator t-p

    (@t-p)

    you may want to talk to the tech at your server.

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

The topic ‘Moving to new server problem’ is closed to new replies.