-1

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.

enter image description here

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>
4

1 回答 1

0

I noticed the httpd.exe is in the exception list so I just tick it and now working properly.

于 2021-04-08T03:27:22.797 回答