回答編集履歴
1
answer
CHANGED
@@ -1,9 +1,7 @@
|
|
1
1
|
以下のコードを使用してみてください。
|
2
2
|
|
3
|
-
```lang-<ここに言語を入力>
|
4
3
|
<?php
|
5
4
|
header("Status: 301 Moved Permanently");
|
6
5
|
header("Location:/path/to/index.html?". $_SERVER['QUERY_STRING']);
|
7
6
|
exit;
|
8
|
-
?>
|
7
|
+
?>
|
9
|
-
```
|