回答編集履歴

1

誤りを修正

2016/03/13 11:27

投稿

shi_ue
shi_ue

スコア4437

test CHANGED
@@ -1,7 +1,7 @@
1
1
  ```
2
2
 
3
- RewriteCond %{REQUEST_FILENAME} !^\/hoge1.php$
3
+ RewriteCond %{REQUEST_FILENAME} !\/hoge1.php$
4
4
 
5
- RewriteCond %{REQUEST_FILENAME} !^\/hoge2.php$
5
+ RewriteCond %{REQUEST_FILENAME} !\/hoge2.php$
6
6
 
7
7
  ```REQUEST_FILENAMEはローカルのパスを含むみたいですけど・・・