Symfony 4

Discussion in 'General' started by Fumble, Jun 8, 2020.

Tags:
  1. Fumble

    Fumble Member

    Hey guys,
    Just wondering, how do you host Symfony app using ispconfig ?
    Do you put everything in the /web directory and edit your apache documentroot to be the "public" directory of your synfony app?

    Or do you use the /private directory of your virtualhost, and store public file in /web ?

    Really curious to know the way you do it !

    Regards !
     
    Last edited: Jun 8, 2020
    zakjakub likes this.
  2. zakjakub

    zakjakub New Member

    I tried to move non-public folders and files to "private" directory (as described in Symfony docs) without success.

    So I have all foldes under "web" directory and using .htaccess for redirect to right (public) folder.

    Unfortunatelly, this causes problem - all routes is accessible under / (ie. /foo - OK) but at the same time they are accessible under /public (ie. /public/foo - BAD).
     

Share This Page