考虑到我找不到针对目录中文件的 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>
考虑到我找不到针对目录中文件的 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>