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
3
votes
0 answers

Installing mod_wsgi for wampserver

I am trying to install the mod_wsgi.so for wampserver. I am using python 3.4 (64 bits). I downloaded the mod_wsgi zip file for 64 bits and have the 64 bit wampserver. I extracted the file mod_wsgi.so from the downloaded zip file. There was no need…
3
votes
3 answers

Can't Access wamp server (localhost) on my android device

I am developing a responsive website and i want to check it on my android devices (mobile, tablet). I am trying to access my server in the mobile browser's window using my ip (192.168.1.100). I have tried various methods discussed here like…
Awais Umar
  • 2,027
  • 3
  • 27
  • 46
3
votes
1 answer

Failed to set up HTTPS on WAMPSERVER 2.5

I am using WAMPSERVER (64 BITS & PHP 5.5) 2.5, and I need to set up HTTPS for my websites, so I have followed the instruction from the links below, http://developersdigest.blogspot.co.uk/2012/03/wamp-server-2-https-ssl-configuration.html and have…
Run
  • 54,938
  • 169
  • 450
  • 748
3
votes
2 answers

WampServer - Restart Apache from script.bat

How to restart apache from WampServer using a .bat file?
user2093552
  • 1,019
  • 1
  • 10
  • 12
3
votes
8 answers

How to repair wamp server without re-installing?

After making changes in php.ini by uncommenting extension=php_openssl.dll My Windows-8 system got shutdown due to power failure and later i use to get this error when i try to start wamp server Later visiting some link i added the below code…
user2720368
3
votes
1 answer

.htaccess not allowing to access project directory in wamp server

This is my htaccess file code. This code is not allowing me to access my project directory. Code RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ profile.php?username=$1 Please help me in…
3
votes
1 answer

Pear error messages with PHP5.3.0

I get a LOT of errors when i Open up a newly installed PEAR package on a WAMP server. Here's the error messages. What can i do? Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\PEAR\PEAR\Config.php on line…
Industrial
  • 41,400
  • 69
  • 194
  • 289
3
votes
3 answers

how to reset wamp server password

I've put the password in the main phpmyadmin and not one of the databases. How can I even access it if can't even have the chance to input the password.
user225269
  • 10,743
  • 69
  • 174
  • 251
3
votes
2 answers

After new install of wampserver, MySQL service not starting

I just installed wampserver on my machine and I cannot get it to start, the icon stays orange. I am using Windows7 Home Premium (64-bit) and I installed wampserver 2.2E (64-bit). I did not have any issues with the install. I checked port 80 and it's…
Alex
  • 35
  • 1
  • 1
  • 3
3
votes
2 answers

Unable to load CURL extension for OpenCart ( php-5.3.13)

I'm using Windows 7 64 bit OS. While installing Opencart I have a error message. Warning: CURL extension needs to be loaded for OpenCart to work! This is what I tried: wampmanager -> PHP -> PHP Extensions -> php_curl / restart wamp server, and…
Manish
  • 61
  • 3
  • 7
3
votes
4 answers

store and retrieve image from WAMP server using android

I have one android application where admin user can create normal user account in which admin user can select photo of normal user to create account. Things are working great till i am storing normal user name,Age ETC. But problem arises when i want…
Santosh Dhanawade
  • 1,756
  • 14
  • 29
3
votes
1 answer

Apache on WampServer Keeps Crashing

I run a medium traffic website that seems to be crashing all the time and I have to restart because it either doesn't load or cloudflare displays 520 error. Anyway I have searched up this error and they say to enable KeepAlive, but I haven't seen…
Orca
  • 73
  • 1
  • 8
3
votes
1 answer

Error enableing OAuth Drupal 7 module

I am trying to enable OAuth Drupal 7 module however I am getting this error: DrupalOAuthClient requires the PHP cURL library. (Currently using OAuth cURL library not found) I have WAMP server php_curl extension is checked and extension=php_curl.dll…
Don Joe
  • 55
  • 5
3
votes
1 answer

how do I use htaccess to redirect on test wamp server

I have a site on both a live server and locally on a wampserver. The wampserver address is //localhost/testsite/ . (the live site is just the domain name). So that I dont have to hardcode "/testsite/" into my test urls, how can I use my local…
Gyro
  • 93
  • 1
  • 4
3
votes
2 answers

Can't access apache web apps locally using IP or PC Name

I installed Wamp Server on Windows 8. I then installed a php web application. I can access it by going http:// localhost/webapp or http:// localhost/phpmyadmin I want to be able to access this web app from different computers on the same…
Snitz
  • 73
  • 3
  • 5