回答編集履歴

1

リダイレクトURLのタイポ修正(manage → marge)

2017/08/31 03:34

投稿

Tomak
Tomak

スコア1652

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  RewriteCond %{REQUEST_URI} ^/php/(index\.html)?$ [NC]
18
18
 
19
- RewriteRule ^php/(index\.html)?$ /php/manage/index.php [NC,L]
19
+ RewriteRule ^php/(index\.html)?$ /php/marge/index.php [NC,L]
20
20
 
21
21
  ```
22
22
 
@@ -40,7 +40,7 @@
40
40
 
41
41
  RewriteCond %{REQUEST_URI} ^/php/(index\.html)?$ [NC]
42
42
 
43
- RewriteRule ^php/(index\.html)?$ /php/manage/index.php [NC,L]
43
+ RewriteRule ^php/(index\.html)?$ /php/marge/index.php [NC,L]
44
44
 
45
45
 
46
46