Trying to Complete the Installation Through the Web Interface
-
I got through the WordPress installation process using this guide and now I just need to complete the installation through the web interface.
But when I go to my IP address the following text appears instead:
<?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’ );I don’t know what I did wrong or if there is a way to fix it. Thanks!
- The topic ‘Trying to Complete the Installation Through the Web Interface’ is closed to new replies.