0
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 application or network works correctly but when I access via domain application.com.br
the following error is shown
403 Forbidden You don't have permission to access / on this server
Here http://application.com.br/ opens an English school. (It’s supposed to be a joke, before some unsuspecting person gets serious about it) :)
– Bacco
I searched here and it seems to be the configuration of your apache. Take a look here
– Rubico