Questions tagged [wamp]

17 questions
8
votes
2 answers

How to enable compression in WAMP installed on Windows Server?

How to enable compression in WAMP running on Windows Server 2008? I searched the net and I followed these steps given here: http://www.zigpress.com/2009/04/09/enabling-gzip-on-wamp/. But after restarting my WAMP the icon got yellow not green. Than…
MJ X
  • 203
  • 1
  • 3
  • 6
4
votes
1 answer

Connecting to my local WampServer from mobile?

I want to make an app for file transfer between mobile and a web server. I don't have web space yet and want to simulate that. The mobile part is ok. I have the PHP code too, Is there anyway I can run the PHP code to accept the file from the mobile…
3
votes
2 answers

WAMP icon suddenly orange

I've been running WAMP for like 6 months+ with Skype (also did the Skype port change just for the sake of it) - with no problems. Today I open up WAMP -> get a green icon ->I then add an "alias" to the "alias directory" (already have 10+ other…
user1231561
  • 193
  • 1
  • 5
3
votes
2 answers

Problems with phpmyadmin

I already worked a lot with wampserver but it's the first time i have a problem with it. After I downloaded it wanted to create a database in phpmyadmin, and then it says: "Forbidden. You don't have permission to access /phpmyadmin/ on this …
2
votes
1 answer

How to move wamp server 2.2 to another drive?

I have drive D: where my wamp server 2.2 was on for years and needed to move it to SSD drive F:. I proceeded like this: stopped all wamp services, exited aestryan menu copied wamp installation without www (too much junk) folder, from drive D: to…
Benn
  • 197
  • 1
  • 5
2
votes
0 answers

Change WAMP root directory for Apache so uses a shared folder from another virtual machine

I have installed Windows on a VMWare workstation and installed WAMP on it. Also I have installed WAMP on the main system. So I have shared c:/wamp/www folder from main system to that Virtual machine. On virtual machine now I want to change root…
gogagubi
  • 131
  • 2
2
votes
0 answers

Set cache control from WAMP such that Firefox reports cached pages in the primed cache report

So I tried to allow cache by using but I'm not sure if the content of my pages are actually being cached. Although I receive a 304 code in Firefox Network Monitor, I get 0 cached…
2
votes
1 answer

“http://localhost:1935” works but not “http://192.168.1.3:1935” in WAMP

Running a Wowza streaming engine and WAMP server. http://localhost:1935 works but not http://192.168.1.3:1935 Using Windows 7 as my server. I Added a line towards end of this section Require ip…
user1509593
  • 121
  • 3
2
votes
3 answers

JavaScript and CSS cached and not updating not updating from WAMP server even though "view source" shows most recent file

I have a WAMP server with PHP 7.2.10. When I change a file, for example .css, the changes is not visible in browser. When I "view source" via my browser (Ctrl+U) I get the updated latest version of the code. Even then, the browser doesn't display…
Lukeash
  • 29
  • 1
  • 2
2
votes
1 answer

I have three virtualhosts on my WAMP Stack, one works, the other gets 404'd

Hi everyone I'm new both to this site and to backend web stuff. Thank you in advance for any and all help. Like I said in my title, I have three vhosts, two of which I can point the browser towards and one that gives me a 404. localhost and site1…
Nilco
  • 35
  • 4
1
vote
1 answer

Wamp Server Not Parsing htm Files As PHP

I know this question has been already asked here. I am trying to use a script in my localhost. The script contains .htm files and an .htaccess file with the following code to parse those .htm files as PHP. AddHandler application/x-httpd-php5 .htm…
Symbolwdd
  • 21
  • 2
1
vote
2 answers

local install of wp site brought down from host - home page is ok but other pages redirect to wamp config page

local install of wp site brought down from host - home page is ok but other pages redirect to wamp config page. I got all local files from host to www dir under local wamp. I got database from host and loaded to new local db and used this tool to…
jeff
  • 11
  • 1
1
vote
1 answer

.htaccess issue (500 - Internal Server Error) error

I was trying to learn how to edit and make a .htaccess file using a tutorial found at corz.org, I copied an existing .htaccess file from another site on my localhost and pasted the following content in it: RewriteEngine on RewriteRule ^(.*)\.html$…
Zaffar Saffee
  • 137
  • 2
  • 9
1
vote
1 answer

How to disable windows login (so that WAMP can auto start)

I have Wamp 3.2.6 installed on a Windows 10 machine. I use it to serve photos and other files, and some apps, to my local community. Its not mission critical, so I don't monitor the machine constantly. Unfortunately, whenever windows auto updates,…
danielh
  • 91
  • 5
1
vote
1 answer

Put WAMP online but hide its server index page

Currently I'm able to put WAMP online and access all my projects from other devices using the host IP address. But what displeases me is the fact that even from other devices, the server's index file which shows the list of all the projects is also…
1
2