Method Not Allowed

Post Reply
Message
Author
dmarx

Method Not Allowed

#1 Post by dmarx »

Hallo wie kann ich einstellen das die POST METHOD funzt?

Ich habe in meiner php-Datei folgenden eintrag:
<form action="BestellungSenden.php3" method="post" enctype="HTML/x-www-form-urlencoded" name="form1">


und wenn ich auf senden klicke kommt immer diese fehlermeldung:

Method Not Allowed
The requested method POST is not allowed for the URL /test/BestellungSenden.php3.


Irgendwie muß es klappen der quellcode ist nicht falsch ich habe das ganze genauso bei puretec hochgeladen und es klappt

Vielleicht kennt sich ja einer von euch damit aus



Es wäre auch noch schön, wenn mir einer einen Link zu einer Apache Seite geben könnte wo tipps und tricks zum konfigurieren und einrichten aufgelistet sind


Danke für eure Hilfe

dmarx

Re: Method Not Allowed

#2 Post by dmarx »

was mir gerade noch aufgefallen ist ist das wenn ich die php3 datei in php umbenenne das es geht, aber wie funzt es das es auch mit php3 geht

dmarx

Re: Method Not Allowed

#3 Post by dmarx »

kennt sich keiner damit aus????

philippgerard
Posts: 7
Joined: 04. Mar 2003 17:27
Location: Bremen
Contact:

Re: Method Not Allowed

#4 Post by philippgerard »

findest du m.E. in der apache-config.

guest

Re: Method Not Allowed

#5 Post by guest »

Ich habe das gleiche Problem und kann die PHP Dateien nicht ausführen.

Linux 8.1 und Apache 1.3.26

Bob Gomorrha

Re: Method Not Allowed

#6 Post by Bob Gomorrha »

Mit Linux 8.1 kann das nicht gehen. Wird erst ab Linux 8.2 unterstützt.

dmarx

Re: Method Not Allowed

#7 Post by dmarx »

wieso kann das mit 8.1 nicht gehen und erst ab 8.2 das liegt doch sicher an der apache einstellung oder??

Post Reply