質問編集履歴
1
mampでのcakephpインストールを行った後の問題
test
CHANGED
File without changes
|
test
CHANGED
@@ -19,3 +19,25 @@
|
|
19
19
|
試したこと ・php.iniのextension=php_intl.dllの先頭の;を外す。
|
20
20
|
|
21
21
|
・php.iniにextension=php_intl.soを追加。
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
追記
|
26
|
+
|
27
|
+
mampにてcakephpをインストールしたところ、
|
28
|
+
|
29
|
+
http://localhost:8888/アプリケーション名
|
30
|
+
|
31
|
+
でcakephpのトップページが表示されました。
|
32
|
+
|
33
|
+
その後、cakephpのアプリケーションのwebrootディレクトリ内にindex.htmlという名前のhtmlファイルを作成したのですが、http://localhost:8888/index.htmlでアクセスしても
|
34
|
+
|
35
|
+
Not Found
|
36
|
+
|
37
|
+
The requested URL /index.html was not found on this server.
|
38
|
+
|
39
|
+
この表示により目的の画面が表示されませんでした。
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
お力添えよろしくお願いします。
|