Installation and configuration issues for ubuntu+xampp+wordpress

Source: Internet
Author: User

WordPress automatically updates and installs the online theme when you need to enter the FTP information

Open/opt/lampp/htdocs/wordpress/wp-config.php File

Define (' Fs_method ', ' direct ');

Insert the above code into the file on a random line, save, you can.

WordPress Local test, install the online theme appears "Unable to create directory (Could not created directory)"

This situation occurs because of a permissions problem with the folder.

Online themes are generally saved in the/opt/lampp/htdocs/wordpress/wp-content folder, and the following commands are entered in the terminal:

sudo chmod-r 777/opt/lampp/htdocs/wordpress/wp-content

The above command allows us to obtain full read and write access to this folder, and then we refresh the online installation page to show that the installation was successful.

Installation and configuration issues for ubuntu+xampp+wordpress

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.