URLが「.php」または「.html」または「?」の場合に.htaccessリダイレクトページを使用する方法 または "=" ?
Examples
http://www.domain.ltd/index.php # error, execute redirect to http://www.domain.ltd/ban/
http://www.domain.ltd/index/?id=foo # error, execute redirect to http://www.domain.ltd/ban/
http://www.domain.ltd/index.html # error, execute redirect to http://www.domain.ltd/ban/
どうもありがとうございました