localhost imprime el archivo de texto en lugar de la pagina web de wordpress
-
I try to install and use wordpress on my localhost.
I followed these instructions (https://ubuntu.com/tutorials/install-and-configure-wordpress#2-install-dependencies) and did it several times everything seems to be correct but something is wrong:
https://localhost/ returns in the browser:
<?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 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘localhost imprime el archivo de texto en lugar de la pagina web de wordpress’ is closed to new replies.