XF 2.2 Robots.txt unreadable

this is my following robots.txt
User-agent: PetalBot
User-agent: AspiegelBot
User-agent: AhrefsBot
User-agent: SemrushBot
User-agent: SemRush
User-agent: DotBot
User-agent: MauiBot
User-agent: MJ12bot
Disallow: /

User-agent: Amazonbot
Disallow: /threads/*/reply

User-agent: *
Disallow: /whats-new/
Disallow: /account/
Disallow: /members/
Disallow: /attachments/
Disallow: /goto/
Disallow: /help/
Disallow: /posts/
Disallow: /login/
Disallow: /search/
Disallow: /admin.php
Allow: /

Sitemap: https://geomax.me/sitemap.xml

Screen Shot 2024-03-11 at 10.07.32 AM.webp
 
It says either not found or is unreadable.
Is your robots.txt indeed present in the /public_html folder as suggested?
If yes, then the permissions are incorrect, I can't see it either. Check that the robots.txt file is world readable.
So should be chmod 644 or -rw-r--r-- when looking via ftp or linux.
 
Top Bottom