Skip to content
Snippets Groups Projects
  • Morris Jobke's avatar
    4ee539fd
    Fix proper overwrite URL on CLI install · 4ee539fd
    Morris Jobke authored
    
    * regression from #7835
    
    Steps
    
    * having a my.config.php with a proper `overwrite.cli.url` and `htaccess.RewriteBase` set
    * install with this
    * before: short URLs where broken and you need to call `occ maintenance:update:htaccess` additionally to fix this
    * after: occ install results in a proper htaccess like on stable13
    
    Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
    4ee539fd
    History
    Fix proper overwrite URL on CLI install
    Morris Jobke authored
    
    * regression from #7835
    
    Steps
    
    * having a my.config.php with a proper `overwrite.cli.url` and `htaccess.RewriteBase` set
    * install with this
    * before: short URLs where broken and you need to call `occ maintenance:update:htaccess` additionally to fix this
    * after: occ install results in a proper htaccess like on stable13
    
    Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>