質問編集履歴

2

2017/06/01 11:19

投稿

cp_cop
cp_cop

スコア40

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  RewriteCond %{HTTP_HOST} ^(.*)\.example\.jp$
30
30
 
31
- RewriteRule ^(.*)$ /data?mode=sub [L]
31
+ RewriteRule ^(.*)$ /data?mode=$1 [L]
32
32
 
33
33
  ```
34
34
 

1

2017/06/01 11:19

投稿

cp_cop
cp_cop

スコア40

test CHANGED
File without changes
test CHANGED
File without changes