【发布时间】:2014-01-30 21:02:28
【问题描述】:
考虑到我找不到针对目录中文件的 Web 示例,我不确定以下内容是否正确。
<FilesMatch "/out/index.php$">
Header set X-Robots-Tag "noindex, nofollow"
</FilesMatch>
这样可以吗?
<FilesMatch "\out\index.php$">
Header set X-Robots-Tag "noindex, nofollow"
</FilesMatch>
【问题讨论】:
标签: .htaccess mod-headers