I’m trying to force the access to jitsi with a specific base URL.
Instead of accessing the rooms via https://mydomain.com/ I want to force the URL to be https://mydomain.com/meeting
Please note I’m not trying to automatically rewrite adding “meeting”, but rather only allow access to rooms if the “meeting” is included in the URL. If “meeting” is not provided in the URL, then I show the 404 page
I’m trying to play around with the apache config file for jitsi with not much luck.
One way I thought of doing is to create a meeting directory and move all the files from the DocumentRoot under the meeting directory, but then I don’t know how to configure the standard RewriteRule for /index.html
Any suggestions?