Page 1 of 1

SOLVED .htaccess recommended permissions?

Posted: Sun Feb 13, 2022 12:25 am
by Andrew Prior
I'm obviously using the wrong search terms for what should be a blindingly simple thing:

What are the recommended permissions for .htaccess in the public_html folder? I think my host has changed them while troubleshooting a problem they caused :(

Re: .htaccess recommended permissions?

Posted: Sun Feb 13, 2022 12:42 am
by DIGI3
0644 should be fine. Ultimately it just needs to be readable by the server.

Re: SOLVED .htaccess recommended permissions?

Posted: Sun Feb 13, 2022 12:45 am
by Andrew Prior
Thanks for that