Help creating a wiki for LAN - Forbiden you don't have permission
Posted by: israel_araujo (---.telecomdados.com.br)
Date: February 01, 2019 02:04PM

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?



Edited 1 time(s). Last edit at 02/01/2019 02:09PM by israel_araujo.

Options: ReplyQuote
Re: Help creating a wiki for LAN - Forbiden you don't have permission
Posted by: RiggsFolly (Moderator)
Date: February 01, 2019 02:15PM

Hi,

What version of WAMPServer are you using please, and can you answer all these questions as well so we know what we are dealing with here

READ (and answer) BEFORE YOU ASK A QUESTION

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Help creating a wiki for LAN - Forbiden you don't have permission
Posted by: Otomatic (Moderator)
Date: February 01, 2019 02:35PM

Hi,

Quote
israel_araujo
<Directory C:\wamp64\www>
Order Deny,Allow
Allow from all
</Directory>

<VirtualHost *:80>
DocumentRoot "C:\wamp64\www\wiki"
ServerName wikimultilogica
</VirtualHost>
NO, NO, NO, NO, NO, a thousand times NO.
I'm sick of it and it's starting to disgust me to spend time making the right tools.

Stop reading and applying shitty tutorials that only tell bullshit when everything is correctly explained in this forum and when the tools exist in Wampserver to create VirtualHost.

See The need for Virtual Host and Wampserver 3 - Create or add a VirtualHost

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons



Edited 1 time(s). Last edit at 02/01/2019 04:47PM by Otomatic.

Options: ReplyQuote


Sorry, only registered users may post in this forum.