Tunghsiao Liu (a.k.a. Sparanoid)
Member
Posted 1 year ago #
This is my setup steps as before:
- I just hardcoded the API in akismet.php, bucause I don't want my users to do this manually
- uploaded the full akismet folder to mu-plugins
- move akismet.php out of the akismet folder (put it at the root of mu-plugins)
Then I got a server error. so any good idea?
Instead you can:
- Define the WPCOM_API_KEY constant in wp-config.php
- Enable the Akismet plugin network wide
This way the plugin can still be easily updated and those updates won't over write your WPCOM_API_KEY setting.
Tunghsiao Liu (a.k.a. Sparanoid)
Member
Posted 1 year ago #
Thanks a lot! the problem fixed!