Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果有人输入了错误的子域(不存在)并将这个子域短语传递到另一个页面,我想在 .htaccess 上进行重定向:
错误的子域:
ABC.example.org
重定向:
my-page.com?validate=ABC
我怎样才能做到这一点?
您的子域必须由 DNS 服务器解析,如果错误(不存在),浏览器将显示找不到服务器的错误。那么,浏览器无法连接您的服务器,.htaccess 文件如何工作?