質問編集履歴

1

エラーログを追加しました。

2019/06/29 15:18

投稿

mixus
mixus

スコア14

test CHANGED
File without changes
test CHANGED
@@ -60,7 +60,7 @@
60
60
 
61
61
  RewriteBase /
62
62
 
63
- RewriteRule /^blog/.*/$ /shop/ [L]
63
+ RewriteRule /^blog/$ /blog/ [L]
64
64
 
65
65
  RewriteRule ^(.*)$ /shop/ [L]
66
66
 
@@ -70,6 +70,16 @@
70
70
 
71
71
 
72
72
 
73
+ Webサーバのログを見ると、リダイレクトループしている様な旨のログが出ています。
74
+
75
+ ```ここに言語を入力
76
+
77
+ AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
78
+
79
+ ```
80
+
81
+
82
+
73
83
  参照すべきサイトなどご紹介頂けると助かります。
74
84
 
75
85
  よろしくお願いします。