开发者

rails 404 error in subfolders in public

开发者 https://www.devze.com 2023-01-13 23:23 出处:网络
it looks for me that crawlers try to resolve the index of all public folder subfolders like \"/images/foo\", which makes a 404 error. Should开发者_如何学编程 I do something or is this normal?In your r

it looks for me that crawlers try to resolve the index of all public folder subfolders like "/images/foo", which makes a 404 error. Should开发者_如何学编程 I do something or is this normal?


In your robots.txt

Disallow: /images/foo

Try to keep the crawlers away from anything they don't need in order to make them focus on the things you do need.

0

精彩评论

暂无评论...
验证码 换一张
取 消