Page 1 of 1

page with php ending not opening

Posted: Sun Feb 19, 2023 12:18 pm
by mamper
Hi, using MAMP I have the issue of a page with index.php on localhost does not open (index.html works fine).

Instead, on a brand new WordPress installation, a file is downloaded:

Code: Select all

<?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';

What might be the reason? (Mamp 6.8, MacBook Pro M2)

Thanks

Re: page with php ending not opening

Posted: Sat Mar 04, 2023 11:37 am
by mamper
Does nobody have an idea how I can solve this?

Re: page with php ending not opening

Posted: Fri Apr 14, 2023 12:32 pm
by mamper
Looks like I won't be able to use MAMP ever again. I have no solution to this issue.