回答編集履歴

1

微修正

2018/11/15 12:50

投稿

otn
otn

スコア84505

test CHANGED
@@ -6,6 +6,6 @@
6
6
 
7
7
  RewriteCond %{HTTP_REFERER} !/top.html
8
8
 
9
- RewriteRule ^index.html$ /t/top.html [R,L]
9
+ RewriteRule ^index.html$ /top.html [R,L]
10
10
 
11
11
  ```