質問するログイン新規登録

質問編集履歴

2

冗長な部分があったので修正

2017/09/04 11:26

投稿

coinbura
coinbura

スコア106

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/ccc/
7
+ http://example.com/aaa/
9
- http://example.com/ccc/ddd.php
8
+ http://example.com/aaa/bbb.php
10
- http://example.com/ccc/eee/
9
+ http://example.com/aaa/ccc/
11
- http://example.com/eee/fff.php
12
10
 
13
11
  と会った場合に
14
- http://example.com/ccc/
12
+ http://example.com/aaa/
15
13
  だけ404にして、他は通常通りアクセスできるようにしたいのです。
16
14
 
17
15
  何か良い方法はありますでしょうか?

1

タイトルが間違っていたので修正

2017/09/04 11:26

投稿

coinbura
coinbura

スコア106

title CHANGED
@@ -1,1 +1,1 @@
1
- 特定のページのみ404エラーにした場合の処理
1
+ 特定のページのみ404エラーにした場合の処理
body CHANGED
File without changes