Menu
  • HOME
  • TAGS

Where is htdocs for binami lampp stack? Do I have to make it?

bitnami,lampp,htdocs

Bitnami developer here, The htdocs directory for LAMPP is: lampp_installdir/htdocs If you have installed XAMPP as root user, the default dir is: /opt/lampp/htdocs If you want to install a module on the LAMPP, it will be placed in lampp_installdir/apps/app_name. For example, if you install the WordPress module on the LAMPP,...

xampp showing folder empty in htdocs

php,xampp,localhost,htdocs

home.php is one of the default index page to show in apache settings. If you will check xampp/apache/httpd.conf file you will find the following code <IfModule dir_module> DirectoryIndex index.php index.pl index.cgi index.asp index.shtml index.html index.htm \ default.php default.pl default.cgi default.asp default.shtml default.html default.htm \ home.php home.pl home.cgi home.asp home.shtml home.html...