An application server platform including Windows, Apache, MySQL, and PHP
Questions tagged [wamp]
288 questions
30
votes
4 answers
How to add new PHP version to WAMP
I'm trying to install PHP 5.3.8 to work with WAMP (Windows).
I downloaded it from the PHP website, copied it in the bin folder, and added this line to wampmanager.ini:
Type: item; Caption: "5.3.8"; Action: multi;…
Alex
- 1,085
22
votes
6 answers
How to allow remote access to my WAMP server
I have developed a site using WAMP and it's working locally.
I want to give access to other users, and when I put the server online and put my IP to the browser it's working.
When I put the IP into browsers of other computers (on the same network or…
Ofer Mehulal
- 221
19
votes
5 answers
Getting XAMPP to work with multiple version of PHP
How can I install XAMPP to work with different versions of PHP?
I use XAMPP because some of the scripts are buggy when run in WAMP. I use WAMP because it supports different versions of PHP.
But now I would like to streamline it down to just XAMPP…
Pennf0lio
- 1,415
18
votes
3 answers
WampServer issues after Windows 10 upgrade
Since upgrading from Windows 7 to Windows 10, WampServer does not appear to be working (anything loaded in the browser is just a blank page), and even a fresh install does not cure the problem.
Under Apache > Service > Install Service it…
rybo111
- 575
18
votes
6 answers
How to change default browser to open localhost in wampserver
When I installed wampserver on my computer. I didn't have firefox or any browser installed. Because I also disabled Internet explorer. How do I manually set the default browser that opens up localhost or phpmyadmin from wampserver when you left…
soul
- 3,709
11
votes
7 answers
WAMP MySQL Service will not start
I did a fresh install of WAMP (v2.1) and it works excep the MySQL isn't starting.... here:
and everytime I press "Start/Resume Service", NOTHING happens.
I go to my.ini and put in a password.Then go to MySQL console.. type in that password and…
test
- 458
10
votes
7 answers
Installing zeromq on Windows 7 WAMP server
I am looking for installing zeromq on my Windows 7 machine for using zeromq with PHP (I am using WAMP server (5.3.4), Apache Server 2.2.17).
I followed the documentation on their site, but I don't know what to do. I installed the zeromq from the…
9
votes
2 answers
Chrome Localhost Connection Refused
This question is not a duplicate because the suggested duplicate does not solve this problem. There is no such flag on chrome://flags/.
I'm using the Google Chrome web browser and WampServer to locally host a website. When I try to see my website on…
BullyWiiPlaza
- 628
9
votes
5 answers
Get Windows localhost (port 80) to forward to port 8080 for Apache service
Recent Discovery
With IIS set back to port 80, when I put in http://localhost/ on the WHS computer, it gives me the "There is a problem with this website's security certificate" warning page. If I "Continue" anyway, this url comes up…
ScottS
- 153
- 1
- 2
- 9
6
votes
1 answer
enabling ssl on wamp with startssl on a live site
i am trying to enable ssl on my website i use wamp for a live site, i have read ALOT of tutorials on how to enable SSL but was unable to find any for using certificates from startssl.com
every module that needs to be enabled i believe is enabled, i…
your mom
- 163
- 1
- 2
- 7
6
votes
4 answers
How to set login to phpmyadmin for default user/password in wamp server?
I understand that I need to log in to wamp server in order to create a database. My problem is that the phpmyadmin page opens without asking me to log in. So, I presume that I am not logged in. If so, I do not know how to log out. I know this is…
user3159862
6
votes
2 answers
Updated my WAMP Server and MySQL is eating up 580mB of memory
I updated my dev-box's WAMPSERVER, and along with updating PHP and Apache, MySQL updated to '5.6.12'. After doing that, I copied the data folder from my old (5.1.36) install to the new one and now MySQL takes up 580mB which is way too much, since…
Jon
- 241
4
votes
1 answer
Can't access wiki site through any other computers on my LAN
I am trying to set up an internal wiki site for my company. Product info, specs that sort of thing. I have downloaded and installed WAMP Server 2.2 (Apache 2.2.22 MySQL 5.5.24 PHP 5.3.13) as well as the newest version of the mediawiki software on my…
Brad
- 41
- 1
- 2
4
votes
3 answers
MySql database from usb stick
I recently installed a portable WAMP server on my usb stick. Really nice, I can do some php programming on my girlfriend's windows7 laptop without installing anything on it.
I also have a LAMP environnement on my linux computer.
When I plug my usb…
Johnny5
- 153
3
votes
2 answers
How to create a fake hostname in windows?
I was reading a book and it said that I can setup a fake hostname in windows by changing the file hosts present in C:/Windows/System32/Drivers/etc/ but it didn't say how to do it.
I mean like http://localhost/ directs me to my wamp home folder www I…
ta.abouzeid