質問編集履歴

2

2021/04/23 06:32

投稿

hina_hina
hina_hina

スコア2

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,8 @@
3
3
 
4
4
 
5
5
  /test/index.php?foo=1
6
+
7
+
6
8
 
7
9
  のようにして適当な値をGETで送るには、下記のRewriteRuleをどのように書き換えれば(または追記・削除すれば)宜しいでしょうか?
8
10
 

1

2021/04/23 06:31

投稿

hina_hina
hina_hina

スコア2

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- test/index.php?foo=1
5
+ /test/index.php?foo=1
6
6
 
7
7
  のようにして適当な値をGETで送るには、下記のRewriteRuleをどのように書き換えれば(または追記・削除すれば)宜しいでしょうか?
8
8
 
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
 
17
- # 最後に/が無ければ付ける
17
+
18
18
 
19
19
  RewriteCond %{REQUEST_URI} !/$
20
20
 
@@ -24,7 +24,7 @@
24
24
 
25
25
 
26
26
 
27
- # テストディレクトリ
27
+
28
28
 
29
29
  RewriteRule test/(.*)/(.*)/(.*)/ test/index.php?hoge=$1&fuga=$2&piyo=$3 [L]
30
30