我试图从搜索引擎中排除我所有的 liferay 测试环境。新行正在消失,并且 \r\n 或 \n 作为分隔符也不起作用。
这是我的机器人文件:
User-agent: *
Disallow: /
这是我的 web.xml 片段:
<filter>
<filter-name>RobotKiller</filter-name>
<filter-class>com.robot.kill.KillARobot</filter-class>
</filter>
<filter-mapping>
<filter-name>RobotKiller</filter-name>
<url-pattern>/robots.txt</url-pattern>
</filter-mapping>
域/robots.txt:
User-agent: *Disallow: /