Be a Supporter!

Wamp

  • 418 Views
  • 5 Replies
New Topic Respond to this Topic
Varnik
Varnik
  • Member since: Feb. 20, 2005
  • Offline.
Forum Stats
Member
Level 37
Blank Slate
Wamp 2007-10-11 12:58:25 Reply

I just downloaded Wamp5 a while ago, but my only problem is I don't know what to do with it in order to make my testing server or whatever to work. I just want to preview my php page...

Any suggestions?


BBS Signature
That-Is-Bull
That-Is-Bull
  • Member since: Apr. 29, 2004
  • Offline.
Forum Stats
Member
Level 22
Blank Slate
Response to Wamp 2007-10-11 13:25:57 Reply

Should be an htdocs folder somewhere, put your files in there and go to http://localhost:8888/file.php. MAMP has to be open and the servers have to be on for it to work.


BBS Signature
elbekko
elbekko
  • Member since: Jul. 23, 2004
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to Wamp 2007-10-11 13:33:03 Reply

Erm, 8888 is probably just something in your config...

You put the files in htdocs and go to it via
http://localhost/file.php


"My software never has bugs. It just develops random features. " - Unknown

[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]

BBS Signature
Varnik
Varnik
  • Member since: Feb. 20, 2005
  • Offline.
Forum Stats
Member
Level 37
Blank Slate
Response to Wamp 2007-10-11 14:34:03 Reply

Nope, there is no htdocs, and how do I make the servers to work because I tell wamp to start them and they won't.


BBS Signature
mojiz
mojiz
  • Member since: Oct. 8, 2007
  • Offline.
Forum Stats
Member
Level 01
Blank Slate
Response to Wamp 2007-10-12 04:58:05 Reply

The servers start by default
and the default root folder is C:\wamp\www
so you have to place the PHP files in that folder.
But if you change the default folder when installing, then you know where it is ;)

DanielDunn
DanielDunn
  • Member since: Sep. 28, 2007
  • Offline.
Forum Stats
Member
Level 14
Blank Slate
Response to Wamp 2007-10-12 15:02:40 Reply

As said it is the defualt WWW Folder... Find that, you know the drill... C Drive and find it, Then when you finish a PHP Page, set up a folder inside their, such as test then save the file into there. To start the server just click on the icon. Then in your icon tray it will say local host, it will open in FF or IE Ect... Find your newly saved file and thats it...