I have the following VirutalHost Configured on my server
Listen 8080
<VirtualHost *:8080>
ServerAdmin application
DocumentRoot "C:\wamp\www\application\public"
ServerName localhost application.com.br
ErrorLog "logs/application.log"
CustomLog "logs/application.log" common
</VirtualHost>
When I access my localhost or network application it works correctly but when I access via domain application.com.br
the following error is displayed
403 Forbidden You don't have permission to access / on this server