Search found 2 matches
- Fri Sep 29, 2017 11:53 am
- Forum: Web Server
- Topic: Document root for specific package
- Replies: 4
- Views: 4897
Re: Document root for specific package
Thanks but thats not an option for me.
But I've already found out that it's easy to do.
in /usr/local/vesta/data/templates/web/httpd/ copy default.tpl and default.stpl
And add /path/to/root after %docroot% and %sdocroot%
Easy, simple and no htaccess needed
But I've already found out that it's easy to do.
in /usr/local/vesta/data/templates/web/httpd/ copy default.tpl and default.stpl
And add /path/to/root after %docroot% and %sdocroot%
Easy, simple and no htaccess needed
- Thu Sep 28, 2017 7:22 pm
- Forum: Web Server
- Topic: Document root for specific package
- Replies: 4
- Views: 4897
Document root for specific package
Hello, I'm new here so I'm hoping I've placed this thread on the right place. I'm trying to setup a hosting for Symfony and Laravel framework and also Angular. Everything is set up right except for the document root of those different frameworks and types of public folders. I'm using deployer to dep...