• Resolved tigris67

    (@tigris67)


    Hi all,

    Having an issue recently where when trying to access my webpage or even admin page to log into my wordpress account, I’m simply prompted to a download of a file.

    Any ideas? This happened I’d imagine after my site auto-updated to the latest version of wordpress, 4.9.1.

    The file that downloads is a document that reads the following:

    <?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( dirname( __FILE__ ) . '/portfolio/wp-blog-header.php' );

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unable to access website, prompts “Download” file?’ is closed to new replies.