質問編集履歴

1

情報

2019/09/25 11:14

投稿

sakurashinguuji
sakurashinguuji

スコア6

test CHANGED
File without changes
test CHANGED
@@ -90,22 +90,6 @@
90
90
 
91
91
 
92
92
 
93
- # Column sp
94
-
95
- RewriteCond %{HTTP_HOST} !^(dev.shinai-clinic.com)
96
-
97
- RewriteCond %{REQUEST_URI} !^/sp.*
98
-
99
- RewriteCond %{REQUEST_URI} !/uploads/
100
-
101
- RewriteCond %{HTTP_COOKIE} !mode=pc
102
-
103
- RewriteCond %{ENV:UA} ^sp$
104
-
105
- RewriteCond %{QUERY_STRING} ^p=(.*)$
106
-
107
- RewriteRule ^(.*)$ /sp/column/single.html?p=%1 [R,L]
108
-
109
93
 
110
94
 
111
95