If you create a domain format in MAMP and access the newly created folder, it becomes Not found.

Asked 2 years ago, Updated 2 years ago, 80 views

Let me ask you a question about the local environment in Mamp.

I was able to use it normally until the other day, but I'm having trouble accessing all the newly created files as Not Found.

My environment:Mac
How to build your environment: http://do-wp.com/virtual-hosts-on-mamp/
Symptom: All newly created folders become Not Found when accessed.
Connect to the local domain you have already created.

I checked the apache_error.log and found out that
[Tue Aug 28 17:11:25 2018] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/htdocs/hogehoge\exe2\x80\x9d
appears as shown in

Also, if you visit localhost, you will see the domain server named test
The localhost is no longer displayed (connected to a domain server called test).

vhost, hosts file verified for typing errors
I tried restarting the mamp, but it didn't improve.
There is no Wordpress inside the hogehoge, and there is no wordpress environment directly under the hosts.
I'm in trouble, so I'd appreciate it if someone could give me some advice.Thank you for your cooperation.

mamp

2022-09-30 15:37

1 Answers

Review the Document root settings in vhost.
The double quote is probably full-width.


2022-09-30 15:37

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.