'Where can I paste my website folder in Ubuntu XAMPP for it to access local host server?

Where can I paste my website folder 📂 in Ubuntu localhost, the files I coded in windows where I used wamp server and store them in www folder



Solution 1:[1]

Put your folder in /opt/lampp/htdocs/

Solution 2:[2]

First, you should have access to your account, flow instruction: Change username with yours.

sudo chown username:username /opt/lampp/htdocs
sudo chmod 777 /opt/lampp/htdocs

Then, you can copy your files to:

/opt/lampp/htdocs/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 RandomUser99
Solution 2 Smitop