回答編集履歴

1

回答修正:コメント指摘受けて修正

2020/09/30 07:05

投稿

Y.H.
Y.H.

スコア7918

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```conf
2
2
 
3
- RewriteRule /docs/HP/(.+).png http://example.com/docs/HP/\1.png [R=301,L]
3
+ RewriteRule /docs/HP/(.+).png http://example.com/docs/HP/$1.png [R=301,L]
4
4
 
5
5
  ```
6
6