How can I access my localhost from my Android device?
Following this thread .
I want to connect my Android Device to my local host using wifi (Android hotspot) .
My local pc adress is : 192.168.43.13
On my PC , it's ok i can access .
But for some reason i can't access to the local host using my android web navigator . it's says (You don't have permession to access / on this server )
Appache .
Im using wampp
Some people say that i need to change this
<Directory />
AllowOverride none
Require all denied
</Directory>
to this
<Directory />
AllowOverride none
Require all granted
</Directory>
But it ain't working , please help . Thanks