Page 1 of 1

How do XAMPP modules work?

PostPosted: 09. February 2021 02:19
by coldje
So /opt/lampp/htdocs works fine. If I install a XAMPP module like Moodle, it gets put under /opt/lampp/apps/moodle.
If I use https://localhost/moodle, it goes to the moodle directory which is not under the hotdocs directory.

How does that work? If I look at the index.php file in htdocs, it does show anything about moodle at all.
Is there documentation on how XAMPP modules work?

jc

Re: How do XAMPP modules work?

PostPosted: 09. February 2021 06:33
by Altrea
Hi,

The modules are generating an Apache Alias.
https://httpd.apache.org/docs/2.4/mod/m ... html#alias