James
James

Reputation: 67

What can cause the local server to display "Index of /" instead of the wordpress site?

When developing a wordpress site on a localhost using MAMP, all I can see is an "Index of/" text and the files I have in my root folder.

I expected to see a local version of a fully functioning wordpress site.enter image description here

Upvotes: 0

Views: 587

Answers (1)

Nompumelelo
Nompumelelo

Reputation: 957

Could it be tat your index.php file is missing?
OR if that file exists in the public_html folder- are it’s permissions are being changed? Just check

Upvotes: 1

Related Questions