K
K
Konstantin2021-02-06 17:31:57
Apache HTTP Server
Konstantin, 2021-02-06 17:31:57

How to issue 400 error (HTTP response code) through Apache config?

Hello.
Can you please tell me how to issue a 400 error to the user through the Apache config?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2021-02-06
@webmaster

Redirect 400 /
Or

RewriteEngine On

RewriteRule ^ - [R=400,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question