Questions tagged [wampserver]

Specific release of the WAMP stack for Windows.

This tag should be used when referring to the WAMP server stack WampServer. This is a bundled release of Apache, MySQL, and PHP for Windows. It allows you to easily setup a development environment for web applications and comes with PHPMyAdmin to manage databases. One unique thing about WampServer is that it allows you to download, install and activate older releases of Apache, MySQL, and PHP. This makes it possible to duplicate production servers.

WampServer Website

2561 questions
11
votes
7 answers

How to make WAMP accessible over the internet?

I am quite new to web development. I have this web application I developed using PHP and MySQL that works on my WAMP server. I want to share it with a cousin for tips and suggestions. I want to make my WAMP server accessible to him. So, how do I do…
Mayank Choudhary
  • 376
  • 2
  • 7
  • 18
11
votes
8 answers

WAMPSERVER can not access from url localhost but 127.0.0.1 is ok ( on win8 )

I just switch to win 8 from win 7. On win7 everything is OK with wampserver, but When i try to access my wampserver via url localhost on win8, i got this error Forbidden You don't have permission to access / on this server. but via url 127.0.0.1…
sangpq
  • 111
  • 1
  • 1
  • 5
11
votes
4 answers

How do I make my wamp icon turn green?

1) I have installed 32 bit version wamp 2.2E, on windows XP 32bit. The icon is currently orange. I do not have skype. 2)The windows hosts file does have the line: 127.0.0.1 localhost 3a) Trying to enter //127.0.0.1/ in the browser results in…
Lawrence DeSouza
  • 984
  • 5
  • 16
  • 34
11
votes
5 answers

Wampserver 403 on named virtual hosts outside of /www

Wampserver tells me accessed denied when I try making a virtual host outside of the c:/wamp/www/ directory. I can make one fine within that directory. Even making a symbolic link to the folder works, but I would rather not have to use symbolic…
Moss
  • 3,695
  • 6
  • 40
  • 60
10
votes
2 answers

configuring wampserver after installation to enable ssl

I installed wampserver with Apache v2.2.17 and PHP v5.3.5. When I use the function file_get_contents() with the HTTPS URL as a parameter, I get the following warning: Warning: file_get_contents() [function.file-get-contents]: Unable to find the…
Day_Dreamer
  • 3,311
  • 7
  • 34
  • 61
10
votes
2 answers

Wampserver not changing the PHP version

I have Wampserver 3.0.6 32 bit installed and it comes with PHP versions 5.6.25 and 7.0.10. When I switch from 5.6.25 to 7.0.10 from the server tray icon it does not update the actual php version my pc is using. I can test this with running this in…
user3574492
  • 6,225
  • 9
  • 52
  • 105
10
votes
3 answers

Can't start Apache: Invalid command 'SSLCipherSuite'

I'm trying to get SSL working with WampServer. I'm following this answer, and I get to the section: Now test your Apache installation by calling httpd -t. Apache will not restart at this point. Windows error log has an entry: The Apache service…
Steve
  • 2,066
  • 13
  • 60
  • 115
10
votes
2 answers

wampserver tray icon is missing

I have had wamp server 2.2 installed in c: drive, (Windows 7), running Apache 2.2.9, Mysql 5.5.24 and PHP 5.3.1. Then I re-installed it in another drive (d:) and transferred the data and www directory code there. It worked ok for a while, with the…
vasilis
  • 143
  • 1
  • 1
  • 13
10
votes
6 answers

you don't have permission to access [custom alias] on this server

can anyone help with a following issue: I am using wamp to run projects in my chrome browser. after adding a newAlias which points to my project directory c:/dev/myProject I am getting Forbidden message: you don't have permission to access /newAlias…
fasola81
  • 287
  • 1
  • 3
  • 13
10
votes
3 answers

WAMPSERVER on windows 8 not starting

I have just installed WAMPSERVER (Apache/2.4.9 (Win64) ) on my WIN 8 machine and when tried to start it, its icon is always RED / orange ( not green ). From services when tried to run the service I see following error message: From the even log, I…
ATHER
  • 3,254
  • 5
  • 40
  • 63
10
votes
7 answers

How to setup and run Python on Wampserver?

Can anyone help me to set up Python to run on Wampserver. From what I've read so far you would need to use a combination of Wampser, Python, mod_pyhton, and adjustment to the Apache http.conf file. I've tried it but i belive i am having conflict…
Chris Moguel
  • 191
  • 1
  • 2
  • 10
9
votes
2 answers

Remove mysql service from WAMPServer

I have installed WAMPServer 3.1.7 in my server and working fine. But due to environment restriction I have to remove the database from it. I have both mysql and mariadb installed in server. How can I remove these databases from WAMPServer?
Sabith
  • 1,628
  • 2
  • 20
  • 38
9
votes
4 answers

php-win.exe - The application was unable to start correctly (0xc00007b)

I am on a Windows 7, 64 bits. I have installed WampServer 3.0.6 x64 (last version). I have installed the Visual C++ 2012 Update 4 x64 (last version too). Everything went successfully ! But i still have the same error when I try to run WampServer…
Neyt
  • 479
  • 1
  • 12
  • 27
9
votes
4 answers

Using PHP 7 with WAMP

My OS is Windows 10 Pro x64 and I have installed VC14 packages x86 and x64. I have added a php7.0.0 directory to wamp/bin/php, copied files php.ini, phpForApache.ini and wampserver.conf, and modified the directories and php extensions in these…
tyd01
  • 161
  • 1
  • 1
  • 10
9
votes
1 answer

wamp doesn't start because MSVCR110.dll is missing

When I start Wampserver 3.0.0 I get the message "wamp can't start because MSVCR110.dll is missing", this is despite my having downloaded vcredist_x64 (Microsoft Visual C++ 2012 Redistributable x64) from Microsoft site for my 64 bit machine and…
raydona
  • 99
  • 1
  • 1
  • 3