Link to home
Start Free TrialLog in
Avatar of designersx
designersx

asked on

problem in redirection on the server

please check out he links.

http://designers-x.com/projects/projects/mailer/1.htm 

 there is a submit button on this page. on clicking it, page reaches to 2.html but with an error message but when we refresh the page , message is echoed. i am sending u the snapshot of my error.

http://designers-x.com/projects/projects/mailer/2.htm

1.htm
<form action="2.htm" method="post" name="form">
<input type="submit" value="submit" />
</form>
 
2.htm
hello

Open in new window

Avatar of designersx
designersx

ASKER

snapshot
3.bmp
1st I get an HTTP Error 405 when i submit...
are you using IIS?
yes, now go in the url and select the complete url and press enter and see, it will give the message.

why is it so?
yes iis server
ASKER CERTIFIED SOLUTION
Avatar of BrianMM
BrianMM
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
our control system is helm and it has write permissions. further this i don't know about execute permissions that u said.
never used helm... I'll see what i can find when i have a mo :(

In a nut-shall IIS is not allowing the submit to another page using php.

Oh... IIS is rubbish :) Use Apache :P...

Is this a sharded hosting server or dedicated box? You may need your hosting provider to change some IIS settings if they can for you...
sir what u said to do settings that i have done on my localhost, thanks to you that i got it how to make all verbs enabled on my localhost but all these settings i can't see on the server sir.
sir u said exactly right. this verb is the problem , i need to enable it on the server, i will tell this to my boss and then let u know. thanks sir for ur help. u r really great.