回答編集履歴
1
修正
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
xampp/apache/conf/httpd.confの中のDocumentRootは
|
2
2
|
```
|
3
|
-
DocumentRoot "C:/xampp/htdocs/cakephp/app/webroot"
|
3
|
+
DocumentRoot "C:/Users/~中略~/xampp/htdocs/cakephp/app/webroot"
|
4
4
|
```
|
5
5
|
こうなってますか?
|