Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 554
    • Issues 554
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 45
    • Merge requests 45
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #5483
Closed
Open
Created Dec 17, 2019 by Xaver Maierhofer@x-fContributor

Subdomain (vhost) with subroot creates incorrect document root

short description

Docroot is missing a /

subdomain as folder and ##subroot web ## in vhost ends up with path.../clienZY/webXY/subdomainweb as root

correct behaviour

/ needs to be added. subdomain/ will strip the / on save and also subroot used a ltrim / and will remove the needed /

environment

Server OS: debian Server OS version: 10 ISPConfig version: git-stable

If it might be related to the problem

nginx version: nginx/1.17.6
PHP 7.3.12

proposed fix

add a / in subdomain vhost, because the website/domain has a / or allow / and strip double //

Assignee
Assign to
Time tracking