put wamp online 3.0.6
Posted by: jan007 (---.ip.telfort.nl)
Date: March 09, 2017 10:30PM

hallo i cent get wamp online again.
i try it now for a full day and still not get it online.

afry time wamp got a new version its a real hard to get it online again pls help me.

i like to see in fature that wamp got a defoult congif or a setup wizerd.

i love wamp but sametime if i need to install it again i get verry mad to myself.

can same one help me whit the httpd file.

router ip : 192.168.1.1
my local ip: 192.168.1.11
port: 80 fine for my

first i go install wamp again for the 3 times today.

hope sameone can help me ty

if i juse my brouser and go to 192.168.1.11 i see wamp but only on my own pc.

but i need to install wamp again so i can start over.

ty all greets jan

Options: ReplyQuote
Re: put wamp online 3.0.6
Posted by: RiggsFolly (Moderator)
Date: March 10, 2017 01:52AM

Because WAMPServer 3 comes with localhost defined as a Virtual Host you have to amend the Virtual Host definition to change the access privilages

wampmanager -> Apache -> httpd-vhosts.conf

This will open this file in your editor

#
# Virtual Hosts
#

<VirtualHost *:80>
	ServerName localhost
	DocumentRoot D:/wamp/www
	<Directory  "D:/wamp/www/">
		Options +Indexes +FollowSymLinks +MultiViews
		AllowOverride All
		Require local
	</Directory>
</VirtualHost>

Amend the `Require` to suit your needs

---------------------------------------------------------------------------------------------
(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: put wamp online 3.0.6
Posted by: jan007 (---.ip.telfort.nl)
Date: March 10, 2017 11:06AM

# Virtual Hosts
#

<VirtualHost *:80>
ServerName localhost
DocumentRoot C:/servers/wamp64/www
<Directory "C:/servers/wamp64/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
#Require local
#Require ip 192.168.2
</Directory>
</VirtualHost>
#

oke i have edit it and i have chance my mysql password.
but if i now go to my server from my phone sample: 192.168.1.11/mysite

my link will be automatich chance to localhost/mysite and thats not working from my phone on the same network.

i think i need to chance sameting else so the url stay the ip from the pc.

ty so far for your help



Edited 3 time(s). Last edit at 03/10/2017 12:21PM by jan007.

Options: ReplyQuote
Re: put wamp online 3.0.6
Posted by: RiggsFolly (Moderator)
Date: March 10, 2017 02:08PM

From your first post I see you are on a subnet of `192.168.1.?` so try

    Require ip 192.168.1

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



Edited 2 time(s). Last edit at 03/10/2017 04:00PM by RiggsFolly.

Options: ReplyQuote
Re: put wamp online 3.0.6
Posted by: Archaismic (---.hfc.comcastbusiness.net)
Date: March 14, 2017 02:18AM

Also make sure your wireless connections are on the same subnet. A lot of wifi routers and especially comcast wifi services will split out wireless user onto another subnet to make sure wireless users can't access the hard network.

Options: ReplyQuote


Sorry, only registered users may post in this forum.