質問編集履歴

3

htaccessの実行テスト結果を追記しました。

2022/12/05 05:09

投稿

suzume777
suzume777

スコア0

test CHANGED
File without changes
test CHANGED
@@ -38,3 +38,27 @@
38
38
  .htaccessをrenameしても状況は変わりませんでした。
39
39
  モジュールはdnf update -yで最新版に更新しています。
40
40
 
41
+ その後、.htaccessのテストをするサイトで確認したところ
42
+ http://localhost/nc3/
43
+
44
+ .htaccess
45
+ <IfModule mod_rewrite.c>
46
+ RewriteEngine on
47
+ RewriteRule ^$ app/webroot/ [L]
48
+ RewriteRule (.*) app/webroot/$1 [L]
49
+ </IfModule>
50
+
51
+ で実行すると、
52
+ http://localhost/app/webroot/nc3/
53
+ となっていました。
54
+ そこで、
55
+ RewriteRule (.*) app/webroot/$1 [L]
56
+   →  RewriteRule (.*) $1app/webroot/ [L]
57
+ としてみたところ、上記テストでは
58
+ http://localhost/nc3/app/webroot/
59
+ となりましたが、インストール画面には進みませんでした。
60
+
61
+ たまたま見た質問にこのような質問がされていたような気がするのですが、キーワードが等が分からず
62
+ 確認できていません。
63
+
64
+

2

Miracle LinuxがCentOS系であることを追記

2022/12/05 01:47

投稿

suzume777
suzume777

スコア0

test CHANGED
File without changes
test CHANGED
@@ -15,7 +15,7 @@
15
15
  http://localhost/nc3/index.phpとしても同じです。
16
16
 
17
17
  ### 環境
18
- Miracle Linux 8.6
18
+ Miracle Linux 8.6 (CentOS8相当です)
19
19
  NetCommons3
20
20
 
21
21
  ### 実現したいこと

1

http://localhost/nc3/index.phpでもダメなことを追記しました。

2022/12/05 01:34

投稿

suzume777
suzume777

スコア0

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,7 @@
12
12
  ところが、
13
13
  http://localhost/nc3/
14
14
  としても、画面が真っ白なままで先に進みません。
15
+ http://localhost/nc3/index.phpとしても同じです。
15
16
 
16
17
  ### 環境
17
18
  Miracle Linux 8.6