最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How do I set up XAMPP to allow me to download plugins and themes?

programmeradmin1浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论