Archived topic
application/x-httpd-php
2 replies · Started by Max Jimenez on August 4, 2019
Hi, could you please help me, My site does not open,
--------------------------------------
error:
<?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' );
we have solved it, thank you, we compare the code with another site that if it worked, we removed innesary lines
Glad to hear you got it resolved.