one file is not getting rendered by wamp server
Posted by: manishrathi (---.s-ip.magma.ca)
Date: October 04, 2012 01:10AM

I have following two files in www directory of wamp server. wamp server is installed on vmware.
1.) dogAbduction.html
<html>
<head>
	<title>Aliens Abducted Me</title>
	<style> td{		width: 250px;
					height: 20px;
					font-size: 20px;
					}
			td#ffred{	border: 0;
						background-color: #cccc00;
					}
			td#ffblue{	border: 0;
						background-color: #00cccc;
					}
			td#sf{	border: 1px solid #aaaaaa;
					}
			input#ip{	width: 250px;
						height: 20px;
			}
	</style>
</head>
<body>
	<h2>Aliens Abducted Me - Report an Abduction</h2>
	<form action="abductionForm.php" method="post">
	<table name="reportTable"> 
		<tr><td id="ffred">First Name:</td><td id="sf"><input id="ip" type="text" /></td></tr>
		<tr><td id="ffblue">Last Name:</td><td id="sf"><input id="ip" type="text" /></td></tr>
		<tr><td id="ffred">What is your email address ?</td><td id="sf"><input id="ip" type="text" /></td></tr>
		<tr><td id="ffblue">When did it happen ?</td><td id="sf"><input id="ip" type="text" /></td></tr>
		<tr><td id="ffred">How long were you gone ?</td><td id="sf"><input id="ip" type="text" /></td></tr>
		<tr><td id="ffblue">How many did you see ?</td><td id="sf"><input id="ip" type="text" /></td></tr>
		<tr><td id="ffred">Describe them</td><td id="sf"><input id="ip" type="text" /></td></tr>
		<tr><td id="ffblue">What did they do to you ?</td><td id="sf"><input id="ip" type="text" /></td></tr>
		<tr><td id="ffred">Have you seen my dog, Dipu ?</td><td id="sf1">Yes<input type="radio" name="yes" />No<input type="radio" name="no"/></td></tr>
		<tr><td id="ffblue">Anything else to add ?</td><td id="sf"><input id="ip" type="text" /></td></tr>
		
	</table><br />
	<input type="submit" value="Report Abduction" />
	</form>
</body>
</html>
2.) phptest3.html
<html>
	<head>
	</head>

	<body>
		<!-- <form action="[localhost]; method="POST"> -->
		<form action="phptest3.php" method="POST">
			<label>When It Happened</label>
			<input type="text" name="whenithappened" /><br />
			<label>How Long</label>
			<input type="text" name="howlong" /><br />
			<input type="submit" value="submit">

		</form>
	</body>
</html>
When I send http request by typing [localhost] in address bar, its displaying fine in browser. But when I send http request by typing [locahost] in address bar, I am getting error message. "Page can not be found"

Why is that ?

When I double click on file name dogAbduction.html , its displaying fine in browser.
Do I need to restart wamp after creating or copying a new html file in www dir ? BGy the way, I tried restarting service , but still I am getting same error message.


Thanks



Edited 1 time(s). Last edit at 10/04/2012 01:19AM by manishrathi.

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: stevenmartin99 (Moderator)
Date: October 04, 2012 01:12AM

apache doesnt support uppercase letters in file names on windows.

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: manishrathi (---.dsl.bell.ca)
Date: October 04, 2012 03:18AM

I tried make it all letters lowercase, but still I am getting same message
"Page can not be found"
Secondly, when I try to display phpTest.html in the browser, it works fine eventhough it has one uppercase letter.

Thanks

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: stevenmartin99 (Moderator)
Date: October 04, 2012 06:20AM

I think you have a mistake in the file extensions

In the file explorer in the TYPE column both HTML document or not?

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: manishrathi (---.ip.tor.radiant.net)
Date: October 04, 2012 06:06PM

I checked file extension in file explorer and it is HTML document.

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: stevenmartin99 (Moderator)
Date: October 04, 2012 06:10PM

can i take a look with teamviewer

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: manishrathi (---.ip.tor.radiant.net)
Date: October 05, 2012 01:14AM

sure you can. At what time do you want to see ?

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: RiggsFolly (---.as13285.net)
Date: October 05, 2012 02:37AM

Hi

I am free for 30 minutes or so, would you like me to have a look.

PM me your TV PID and Password if that ok.

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: RiggsFolly (---.as13285.net)
Date: October 05, 2012 03:19AM

I guess you have hit the sack, so I will as well.

Maybe we can try tomorrow.

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: manishrathi (---.dsl.bell.ca)
Date: October 05, 2012 08:38PM

I am here

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: stevenmartin99 (Moderator)
Date: October 05, 2012 08:40PM

ok PM me the ID and Password and lets get this fixed !

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: manishrathi (---.s-ip.magma.ca)
Date: October 05, 2012 09:48PM

213 747 012

5596

I just noticed that library proxy settings dont allow TV to access internet



Edited 1 time(s). Last edit at 10/05/2012 09:50PM by manishrathi.

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: stevenmartin99 (Moderator)
Date: October 05, 2012 09:55PM

library?!

your trying to install wamp onto a library pc? or your own laptop?

yes i cannot connect

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: manishrathi (---.s-ip.magma.ca)
Date: October 05, 2012 10:01PM

I am trying on my laptop, but its not connecting from library network.
"I am getting mesage that AVG is installed on your computer. Please allow AVG to connect to TeamViewer"
I did not use TV in a long while, but I was not getting this message before.
By the way, how can I configure AVG to allow TV to connect to internet

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: manishrathi (---.s-ip.magma.ca)
Date: October 05, 2012 10:14PM

I got showMyPC working on my computer. I can share that password with you. It should work.
You will have to download ShowMyPC on your end. It will take few minutes only

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: stevenmartin99 (Moderator)
Date: October 05, 2012 10:14PM

ok
send me id

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: one file is not getting rendered by wamp server
Posted by: manishrathi (---.s-ip.magma.ca)
Date: October 05, 2012 10:24PM

I sent it by pm

Options: ReplyQuote


Sorry, only registered users may post in this forum.