Hello Kai,
did you set the exposed attribute in the .xsaccess file to true ("exposed": true)? If not, your application cannot be accessed.
I would also recommend to make a URL forwarding from an "base" package index.html to the index.html in your fleetlist-web folder. So you do not have to change any information in your index file in the fleetlist-web folder. Steps to do:
- Create and index.html file in your fleedscout folder. Add this file as default file in the .xsaccess file.
- Add following content to the index.html file (in fleedscout folder). This makes the forward to the required file:
<!DOCTYPE html><html><head><meta http-equiv="refresh" content="0; url=ui/fleetlist-web/index.html" /></head></html>
Best Regards,
Florian