User98539599 posted
Hi,
I am new to wordpress and i followed link to install Wordpress on windows 10 Pro with Microsoft WebMatrix.
Installation went well and when i try to open this url which shows under sites it is showing php code as below:-
<?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' );
Please let me know things to check if I am missing anything though I have googled a lot and not able to figure out yet.