admin管理员组

文章数量:1435859

It's been a very long time since I used Wordpress and I am getting back into it. I have installed XAMPP on my Mac (10.14.2) and have successfully installed Wordpress 5.1.1.

However, I cannot figure out how to set things up so I can download and install plugins.

Would anyone know how or know of a good guide to set up XAMPP and Wordpress so I could do this?

It's been a very long time since I used Wordpress and I am getting back into it. I have installed XAMPP on my Mac (10.14.2) and have successfully installed Wordpress 5.1.1.

However, I cannot figure out how to set things up so I can download and install plugins.

Would anyone know how or know of a good guide to set up XAMPP and Wordpress so I could do this?

Share Improve this question asked Mar 19, 2019 at 11:51 MeltingDogMeltingDog 1551 silver badge10 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

A common issue related to this is that XAMPP can't write to your wp-content directory.

If you don't know how to change this, you can edit wp-config.php and add this line:

define('FS_METHOD','direct');

For detailed information, read wp-config.php documentation.

本文标签: How do I set up XAMPP to allow me to download plugins and themes