Well hello friends of the community queriero know how to activate the remote connection of Xampp to connect a mobile device eh echo what a lot of forum says
- changing the port from 80 to 8080
- in the file httpd-xampp.conf I added this code at the end
#
# New XAMPP security concept
#
# Close XAMPP security section here
<LocationMatch “^/(?i:(?:security))”>
Order deny,allow
#Deny from all
#Allow from ::1 127.0.0.0/8
Allow from all
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
# Close XAMPP sites here
<LocationMatch “^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))”>
Order deny,allow
#Deny from all
#Allow from ::1 127.0.0.0/8
Allow from all
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
-
eh deactivated the antivirus and the firewall
-
in the browser I put my ip followed by the name my application or xampp
in the browser sends me this error
Not Found
HTTP Error 404. The requested resource is not found.
Help you thank you in advance