|
I have first all install the Visual studio 2008 on my computer and after that wamp server. I was try to start wamp server but it can start it shows error. please help me what can i do?
Started by sushama on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Change the port of the wamp server in Apache httpd.conf file to some different port and....
IIS server is also running on port 80 and wamp server also tries to run on port 80, your wamp server won't start.
|
|
I want to use WAMP as a web server so I can access it from other computers on the same network easily.
Is this possible?
Started by Ben Shelock on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
A favorite trick of mine is to edit the hosts file and create an alias to the WAMP server is the local IP of the WAMP....
WAMP is a full stack, OS, WWW Server, DB, programming installed.
I am not sure what you are asking.
|
|
A FEW HIGHLIGHTS FROM THE BOOK …DOWNLOADING WAMP SERVER …INSTALLING WAMP SERVER …USING WAMP SERVER …WRITING PHP CODES WITH WAMP SERVER …WRITING MYSQL CODES WITH WAMP SERVER Get the book here
Started by *dhtml on
, 10 posts
by 2 people.
Answer Snippets (Read the full thread at nairaland):
.mayhaps.
And i am yet to see a newbie that cannot for wamp server users and talk about several useful configurations.
wamp server) ^^^of course, i wrote the book for newbies.
|
Ask your Facebook Friends
|
Possible Duplicate:
IIS and Apache on same box?
I have a windows server 2003 box currently running a number of things off a wamp server (Cats, media wiki etc)
I created a new asp.net application and i would like to host it as well but I'm unsure how to...
Started by Crash893 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You should configure both of them to listen only where they should; f.e., in IIS... .
Yes see previous question Here
You need to use two different IP address or TCP ports for your two web servers; they won't be able to bind to the same IP and port.
|
|
Im trying to install zend framework with wamp server but it is not working properly.
I downloaded the zend framework and the create the folder in C:\wamp\library\Zend and then in php.inc I got something like this ; Windows: "\path1;\path2" ;include_path...
Started by jazzrai on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Othervise you need to do that ( put the contents of the library this:
; Paths and Directories ; include_path = ".;c:\php\includes;c:\wamp\library"
you have a mistake this cast explaining how to setup....
Framework in
C:\wamp\library folder.
|
|
I am newly started using WAMP server. I am unable to deploy my java application on it. only Html pages run. Please help with directory structure and where to keep jsp, java, .class ,war,xml files. JSP code is shown on html page when i click link for jsp...
Started by Chava on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But if you are using WAMP Server like Apache Tomcat ?
WAMP Server is primarily meant for PHP/MySQL Development on Windows and does : is that not a server for....
Maybe I'm wrong and/or I don't understand the question...
|
|
Hi, I've working on a web application, that should be able to accept tags and search queries in multiple languages. That's not asking too much, is it?
Now, on my development MAMP server everything is great. I add multilingual tags, search in any language...
Started by Omer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Use the AddDefaultCharset directive to tell Apache your default encoding:
AddDefaultCharset utf-8
Now you just need to ensure that you application handles the data correctly (see default... .
I recommend you to use UTF-8 for internal and external encoding .
|
|
I'm using this $lang=$_SERVER['HTTP_ACCEPT_LANGUAGE']; to detect the language of the browser. At first, I thought something was wrong with my code. But then I tried this demo , and even if I had my 'display preferred language' as Spanish (es), it displayed...
Started by janoChen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
SERVER['HTTP_ACCEPT_LANGUAGE'] returns the contents of the Accept-Language header.
|
|
Hi,
i am in a need to download more than one file from the server (PHP) on a single click. it is possible to download one file but didnt work for multiple file at a time (suppose files are in diff. directories). i am using WAMP, please help me.
thanks...
Started by tismon on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Simply zip the files on server and send the archive, like Gmail does with multiple.
Not quite sure what you are asking, if you are asking for a way to get a server to serve multiple format.
|
|
Im trying to run something like this:
<a href="login.php?logout=1" id="logout">logout</a> <div id="main"> <?php require_once('getPhotos.php') ; ?> <div id="response" class="hidden" /> </div><!-- end main-->
But...
Started by jazzrai on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It can't find the file getPhotos.php in the folders c:\wamp\myPhotosWebsite\ or c:\php5\pear
does.
|