I never use Wordpress but I usually use Xampp (Linux) to work.
So, I installed Wordpress and it works fine, if I enter with my browser to http://localhost/wordpress/
I can see the WP page.
I got from a friend his WordPress site files and stored them in /opt/lampp/htdocs
like any regular web site, but when I try accessing http://localhost/folder_name/
I get the Index of folder_name
and not the actual site.
I noticed that /opt/lampp/apps/
has a "WP" folder, and inside it - an htdocs
folder like xampp have.
Where's the correct place to store the WP project ?
Is it /opt/lampp/apps/wp/htdocs
or opt/lampp/htdocs/
?
How can I get the WP site working and not get the index of / page?