• anthonytuff

    (@anthonytuff)


    <?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 __DIR__ . ‘/wp-blog-header.php’;

Viewing 1 replies (of 1 total)
  • M Media

    (@mmediagroup)

    Hey @anthonytuff!

    Great question! To help you further in the issue you are facing, it’s best to post here the error and error log you are seeing.

    You can use backticks (`) to format the code nicely here on the forums, or use the CODE button on the editor (where you write your replies here), it’ll achieve the same thing.

    If the log file is long (more than say 10 lines), it’s best to post it to a service like https://gist.github.com and then share the link here.

    Warm regards!

    • This reply was modified 4 years ago by M Media. Reason: Changed Pastebin to Gist
Viewing 1 replies (of 1 total)
  • The topic ‘Error During Installation in Apache using a VPS’ is closed to new replies.