wamp

Best way to Upgrade wamp 2.0 to 2.5

旧城冷巷雨未停 提交于 2019-11-26 19:15:15
问题 My wamp 2.0 is using around more than 100 large database and a lot of projects.I also made around more than 50 virtual host. Now I need to upgrade wamp 2.0 to 2.5. I got some suggestion on internet that take back up of database and files , then uninstall wamp 2.0 and install 2.5 then set up every thing again, but it seems it is not a right way. What is the best way ? 回答1: Usually I follow following steps to do it easily. Stop Wamp Service Rename the wamp folder to wamp-backup Download latest

How to install Ruby on Rails alongside WampServer?

折月煮酒 提交于 2019-11-26 18:55:27
问题 Is is possible to install Ruby on Rails alongside WampServer (and keep WampServer's Apache/MySQL installs)? 回答1: I installed Ruby on Rails alongside WampServer. Here is how to do it: Replace C:\wamp\ in the following text by your own WampServer's install repository. Installing Ruby: Download Ruby. Use the Windows binary version, not the "one click installer" because it contains MySQL and Apache which we don't need. Extract the zip to C:\wamp\ruby\ . Add Ruby's bin repository in your PATH

Access localhost from the internet [closed]

故事扮演 提交于 2019-11-26 18:47:40
问题 I need to forward my localhost for a short period of time for testing purposes. It has to be accessed from the public internet. How can I achieve this? Thanks. 回答1: You go into your router configuration and forward port 80 to the LAN IP of the computer running the web server. Then anyone outside your network (but not you inside the network) can access your site using your WAN IP address (whatismyipcom). 回答2: There are couple of good free service that let you do the same. Ideal for showing

WAMP - Remove localhost from project URL

假如想象 提交于 2019-11-26 17:59:03
问题 The URLs of my projects in WAMP are not resolving as I'd expect. For example, I'd expect the project in the folder c:\wamp\www\project1 to have the URL http://project1/, but it actually has the URL http://localhost/project1/. This can cause problems when accessing server variables. How do I fix this? 回答1: You can also look at this answer specially if you are now using WAMPServer 3 or greater, for a simple clikc and go way to create Virtual hosts. Actually this change was intended by the

How to stop Chrome from redirecting to HTTPS?

笑着哭i 提交于 2019-11-26 17:49:32
A few days ago, Chrome started redirecting all of my vHosts in Wampserver to https. Everything was working fine until a couple days ago, then one day I logged on to work on my site and Chrome said that the site couldn't be reached, even though I used the same URL i always did in the past. Wamp is running as well as Apache and MySQL and none of those services have any errors in the error log. I have already tried removing the domain(I use a fake .dev extension for my local sites) with chrome://net-internals/#hsts but that didn't do anything. I also tried installing SSL to see if Chrome would

How can I access localhost from another computer in the same network? [duplicate]

余生颓废 提交于 2019-11-26 17:37:55
问题 This question already has an answer here: Accessing localhost (xampp) from another computer over LAN network - how to? 22 answers I just recently downloaded WAMP Server to view and edit php webpages but now I would also like other people in my network (connected to the same wifi) to be able to access localhost and all the files that I have saved. I have already tried to access localhost and my WAMP server was already online, however that didn't work. Can someone help me out? Thanks in advance

Fatal Error - 'Mongo' class not found

本秂侑毒 提交于 2019-11-26 17:29:09
问题 I'm trying to execute this: <?php // connect $m = new Mongo(); ?> But I get the following error: Fatal error: Class 'Mongo' not found in C:\wamp\www..... Info: PHP: 5.38 MongoDB: mongodb-win32-i386-2.0.2 MongoDB PHP Driver: mongo-1.1.4-php5.3vc6ts WampServer: 2.2 OS: Windows 7 Enterprise SP1 I've followed the MongoDB installation fine (incl. adding the DLL to ext & php.ini), I've started mongod.exe and WAMP is running. What does this imply is missing/incorrect? Edit: I have got it running on

How to get around or make PHP json_decode not alter my very large integer values?

北战南征 提交于 2019-11-26 17:19:50
问题 So I'm using php 5.2.6 in a WAMP environment. I'm trying to use the json_decode function to make a json string into an array. The JSON is coming from a REST API elsewhere so I have no control over formatting of the JSON string. Here is an example of one of the json strings I'm trying to use: [{ "webinarKey":795855906, "sessionKey":100000000041808257, "startTime":"2011-12-16T13:56:15Z", "endTime":"2011-12-16T14:48:37Z", "registrantsAttended":2 }] I'm specifically after the sessionKey value

Cannot access wamp server on local network

旧城冷巷雨未停 提交于 2019-11-26 16:59:18
问题 I want to host a website on my local network. For some reason I can only access wamp in my local computer. I have 2 computers in my network. Both computer A and computer B have wamp server installed. when I type the ip address of computer A from computer B I am able to connect to it. But when I do it the other way around it does not work! In other words when I type the ip address of computer B from computer A the browsers says: server at 192.168.0.120 is taking to long to respond. Things that

WAMP Server not working

随声附和 提交于 2019-11-26 16:34:22
问题 Okay so a continuation from this question, where you experts intro'd me to WAMP, which can basically execute PHP within a Windows XP environment. So now I've got it installed, but the tray icon forever shows YELLOW , and when I visit any PHP page in my browser, it just shows me the PHP source! Also, when I visit "http://localhost/" in IE7 it gives me a 404 Not Found , FF3 just shows a blank page. BTW I've tried "Restart All Services" and restarting my machine, but it still won't work. Any