回答編集履歴
1
回答修正:コメント指摘受けて修正
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```conf
|
2
2
|
|
3
|
-
RewriteRule /docs/HP/(.+).png http://example.com/docs/HP/
|
3
|
+
RewriteRule /docs/HP/(.+).png http://example.com/docs/HP/$1.png [R=301,L]
|
4
4
|
|
5
5
|
```
|
6
6
|
|