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 badges1 Answer
Reset to default 1A 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.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745675518a4639664.html
评论列表(0条)