What file permission setting is recommended for wp-config.php to prevent unauthorized access?
-
A
400 or 440 (read-only for owner or owner and group)
-
B
777 (read, write, and execute for all users)
-
C
644 (read for everyone, write only for owner)
-
D
755 (read and execute for all, write only for owner)