ServerName 0.0.0.0:8088
DocumentRoot "D:/web/project/admin"
Alias /api "D:/web/project/api/public"
allow from all
order allow,deny
AllowOverride All
#ErrorLog "logs/apps-ptrl-error.log"
#CustomLog "logs/apps-ptrl-access.log" common
Alias /attach "D:/web/project/api/storage/attach/"
allow from all
order allow,deny
AllowOverride All
Alias /media "D:/web/project/api/storage/media/"
allow from all
order allow,deny
AllowOverride All