回答編集履歴

1

デバッグ方法追記

2016/03/11 01:17

投稿

退会済みユーザー
test CHANGED
@@ -5,3 +5,15 @@
5
5
  RewriteCond %{HTTP_REFERER} ^(.*)hoge\.html$
6
6
 
7
7
  RewriteRule ^(.*)index.html index2.html$1 [L]
8
+
9
+
10
+
11
+ ログを出すのであれば、これで
12
+
13
+ ```
14
+
15
+ RewriteLog /tmp/rewrite.log
16
+
17
+ RewriteLogLevel 9
18
+
19
+ ```