質問編集履歴
3
リンクの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,9 +60,9 @@
|
|
60
60
|
|
61
61
|
以下の記事を参考にして試しました。
|
62
62
|
|
63
|
-
http://nbros.tokyo/mamp-not-working/
|
63
|
+
[http://nbros.tokyo/mamp-not-working/](http://nbros.tokyo/mamp-not-working/)
|
64
64
|
|
65
|
-
https://stackoverflow.com/questions/58406288/after-i-update-to-macos-catalina-mamp-stop-working
|
65
|
+
[https://stackoverflow.com/questions/58406288/after-i-update-to-macos-catalina-mamp-stop-working](https://stackoverflow.com/questions/58406288/after-i-update-to-macos-catalina-mamp-stop-working)
|
66
66
|
|
67
67
|
|
68
68
|
|
2
表記の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
Document Rootは以下のように設定しています。
|
28
28
|
|
29
|
-
/Users/
|
29
|
+
/Users/ユーザー名/htdocs/アプリケーション名
|
30
30
|
|
31
31
|
|
32
32
|
|
1
誤字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
これはhttp://localhostにアクセスした時のみエラーが出て、
|
22
22
|
|
23
|
-
http://localhost/MAMP/やhttp://localhost/phpmyadmin/は表示されます。
|
23
|
+
http://localhost/MAMP/やhttp://localhost/phpmyadmin/は403エラーが出ずに正常表示されます。
|
24
24
|
|
25
25
|
|
26
26
|
|