I have set UWAMP to online mode but I was unable to access with ip address with other devices which share the same wifi connection.
Can someone help me?
<VirtualHost *:80>
#UWAMP Generate Virtual Host
DocumentRoot "{DOCUMENTPATH}/"
ServerName "main-serveur"
Alias "/mysql/" "{PHPAPPS}/phpmyadmin/"
Alias "/mysql" "{PHPAPPS}/phpmyadmin/"
Alias "/uwamp/" "{PHPAPPS}/uwamp/"
Alias "/uwamp" "{PHPAPPS}/uwamp/"
<Directory "{PHPAPPS}/phpmyadmin/">
AllowOverride All
Options FollowSymLinks Includes Indexes
Require all granted
</Directory>
<Directory "{PHPAPPS}/uwamp/">
AllowOverride All
Options FollowSymLinks Includes Indexes
Require all granted
</Directory>
<Directory "{DOCUMENTPATH}/">
AllowOverride All
Options FollowSymLinks Indexes
{ONLINE_MODE}
</Directory>
</VirtualHost>
I noticed the httpd.exe is in the exception list so I just tick it and now working properly.