V
V
Vladimir2018-03-24 00:04:24
WordPress
Vladimir, 2018-03-24 00:04:24

How to set up a site on WP?

The site does not start giving the message:

<?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__ ) . '/wp-blog-header.php' );

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mr Crabbz, 2018-03-24
@Punkie

PHP is not running on your server.

V
Vladimir, 2018-03-24
@dron715

Thanks for the answer, it was in .htaccess.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question