标签: apache .htaccess mod-rewrite
以下是我的实际情况。
如果正在生产中,我需要提供其他robots.txt。 我正在使用域名来标识生产。
下面是我的代码,但似乎不起作用。
RewriteCond %{HTTP_HOST} ^(www\.)?productionsite\.com [NC] RewriteRule ^robots.txt$ /robots.txt.prod [L]
非常感谢您的帮助。