Good morning to all!
I'm new on wamp server and i need to create a wiki for my company, that will be shared only on my LAN.
I found a tutorial on the internet and follow it, but i can access my wiki only on the "local" machine. I've tried on another 3 LAN machines an i have the message: "
"Not Found. The requested URL / was not found on this server.
Apache/2.4.37 (Win64) PHP/7.2.14 Server at wikimultilogica Port 80"
The tutorial tells me that on the other machines on the LAN i only have to go to system32/drivers/etc folder, open the "hosts" file, add the ip of my machine (server) and the name of my wiki after that.
My apache httpd-vhosts.conf file:
#
# Virtual Hosts
#
<Directory C:\wamp64\www>
Order Deny,Allow
Allow from all
</Directory>
<VirtualHost *:80>
DocumentRoot "C:\wamp64\www\wiki"
ServerName wikimultilogica
</VirtualHost>
My local host file on system32/drivers/etc folder:
#
127.0.0.1 localhost
::1 localhost
127.0.0.1 wikimultilogica
::1 wikimultilogica
Wamp server icon is green. And on my machine i only see the wiki page when a type http ://localhost /wiki /index.php on browser.
Anyone can help me?
I'm new on wamp server and i need to create a wiki for my company, that will be shared only on my LAN.
I found a tutorial on the internet and follow it, but i can access my wiki only on the "local" machine. I've tried on another 3 LAN machines an i have the message: "
"Not Found. The requested URL / was not found on this server.
Apache/2.4.37 (Win64) PHP/7.2.14 Server at wikimultilogica Port 80"
The tutorial tells me that on the other machines on the LAN i only have to go to system32/drivers/etc folder, open the "hosts" file, add the ip of my machine (server) and the name of my wiki after that.
My apache httpd-vhosts.conf file:
#
# Virtual Hosts
#
<Directory C:\wamp64\www>
Order Deny,Allow
Allow from all
</Directory>
<VirtualHost *:80>
DocumentRoot "C:\wamp64\www\wiki"
ServerName wikimultilogica
</VirtualHost>
My local host file on system32/drivers/etc folder:
#
127.0.0.1 localhost
::1 localhost
127.0.0.1 wikimultilogica
::1 wikimultilogica
Wamp server icon is green. And on my machine i only see the wiki page when a type http ://localhost /wiki /index.php on browser.
Anyone can help me?