Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to put website files in Bitnami LAMP Ubuntu server

Wheres the default folder in Bitnami LAMP? The server is running but I dont know where to put my html files? I mean in comparison with XAMPP and WAMP, the default is you put it on xampp/htdocs/ or wamp/www/.

I've tried using the /opt/bitnami/apache2/htdocs/ and it works but I don't know if thats the default folder to put my website files in LAMP.

like image 358
markandrewkato Avatar asked Jun 23 '14 14:06

markandrewkato


1 Answers

Yes, that is the default folder for your HTML or PHP files. You can also add applications on top of Bitnami LAMP and they will be installed at /opt/bitnami/apps/ folder.

like image 83
Beltran Avatar answered Sep 24 '22 02:09

Beltran