Cant install WP on MAMP
-
I’m using MAMP Pro and have created a brand new database. Also created a new host and set the root directory. Downloaded latest wordpress and placed all wordpress files into root directory.
Im getting this message when I navigate to the root:
<?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’ );…what’s gone wrong?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Cant install WP on MAMP’ is closed to new replies.