質問編集履歴
2
冗長な部分があったので修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
特定のページのみ404エラーにしたい場合の処理
|
1
|
+
.htaccessで特定のページのみ404エラーにしたい場合の処理
|
body
CHANGED
@@ -4,14 +4,12 @@
|
|
4
4
|
|
5
5
|
http://example.com/
|
6
6
|
http://example.com/aaa.php
|
7
|
-
http://example.com/bbb.php
|
8
|
-
http://example.com/
|
7
|
+
http://example.com/aaa/
|
9
|
-
http://example.com/
|
8
|
+
http://example.com/aaa/bbb.php
|
10
|
-
http://example.com/ccc/
|
9
|
+
http://example.com/aaa/ccc/
|
11
|
-
http://example.com/eee/fff.php
|
12
10
|
|
13
11
|
と会った場合に
|
14
|
-
http://example.com/
|
12
|
+
http://example.com/aaa/
|
15
13
|
だけ404にして、他は通常通りアクセスできるようにしたいのです。
|
16
14
|
|
17
15
|
何か良い方法はありますでしょうか?
|
1
タイトルが間違っていたので修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
特定のページのみ404エラーにした場合の処理
|
1
|
+
特定のページのみ404エラーにしたい場合の処理
|
body
CHANGED
File without changes
|