Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
-
July 29, 2013 at 11:25 am in reply to: WordPress asking for my FTP credentials to install plugins #9496
niels-keurentjes
ParticipantWordPress asks for your FTP credentials when it can’t access the files
directly. This is usually caused by PHP running as the apache user
(mod_php or CGI) rather than the user that owns your WordPress files.This is rather normal in most shared hosting environments – the files are stored as the user, and Apache runs as user
apache
orhttpd
. This is actually a good security precaution so exploits and hacks cannot modify hosted files. You could circumvent this by setting all WP files to 777 security, but that means no security, so I would highly advise against that. Just use FTP, it’s the automatically advised workaround with good reason. - AuthorPosts
Viewing 1 post (of 1 total)