• I run a web server and we’re having trouble with spammers. We think they’re using PHP scripts to access the server and send mail and I’ve been advised to enable PHPsuexec. I host several people that use WP and would like to advise them on any changes they’ll need to make before I implement PHPsuexec.
    Thanks – Shelagh

Viewing 3 replies - 1 through 3 (of 3 total)
  • The only thing you need to watch for is permissions on files, otherwise WP should run just fine.

    And the correct file permissions for WP files are?

    Folders 755
    Files 644 unless you will write to them, then 666

    Any php_ stuff in .htaccess file WILL give you a 500 error. You will need to create a php.ini file to do such calls – the host should have all the necessary info on that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Running WordPress with PHPsuexec’ is closed to new replies.