質問編集履歴
2
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
```
|
10
10
|
RewriteCond %{QUERY_STRING} ^No=([0-9]{16})&ID=([0-9]{8})$
|
11
|
-
RewriteRule ^test/test.php$ http://192.〇.〇/cgi-bin/sample.php?forward=detail&no=%1[R]
|
11
|
+
RewriteRule ^test/test.php$ http://192.〇.〇/cgi-bin/sample.php?forward=detail&no=%1 [R]
|
12
12
|
```
|
13
13
|
下記でアクセス。
|
14
14
|
http://10.〇.〇/test/test.php?No=2000010132801648&ID=20000101
|
1
修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
RewriteRuleでパラメータが
|
1
|
+
RewriteRuleでパラメータが引き継げない
|
body
CHANGED
File without changes
|