RE: Document root in public dir
08-06-2015, 03:29 AM
(This post was last modified: 08-06-2015, 03:32 AM by Swift-R.)
That worked. I have tried it before but it didn't work at the time, no idea why.
Code:
DocumentRoot "/srv/web/mnunes/public_html/cloudlog/public"
<Directory "/srv/web/mnunes/public_html/cloudlog/public">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>