回答編集履歴

1

example\.comに修正

2016/10/03 00:33

投稿

toritoritorina
toritoritorina

スコア972

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  RewriteEngine On
6
6
 
7
- RewriteRule ^/second/third/([0-9]+).html$ http://abcdefg.jp/second/third/index.cgi?q=$1
7
+ RewriteRule ^/second/third/([0-9]+).html$ http://example.com/second/third/index.cgi?q=$1
8
8
 
9
9
  ```