当 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/
非常感谢