Discussion:
Error: Method POST is not allowed
(too old to reply)
unknown
2008-05-16 16:08:53 UTC
Permalink
Hello everyone

I am running netobjects 10 working with PHP & mySQL on a SPARC with Unix

I have a button rigged on my form to POST with the action pointed at a PhP script
that tests the database connection.

But when I click on the button, the browser gives me an error message from the
Apache server
saying that the method POST is not allowed at that URL.

any ideas?

thanx,

BH
Chuck «BeyondFusion»
2008-05-16 16:13:45 UTC
Permalink
URL of page with form?
--
Chuck Joslin
BeyondFusion.com - Your Fusion Community
www.beyondfusion.com

Register domain names at www.awavedomains.com
Post by unknown
Hello everyone
I am running netobjects 10 working with PHP & mySQL on a SPARC with Unix
I have a button rigged on my form to POST with the action pointed at a PhP script
that tests the database connection.
But when I click on the button, the browser gives me an error message from the
Apache server
saying that the method POST is not allowed at that URL.
any ideas?
thanx,
BH
unknown
2008-05-16 16:17:45 UTC
Permalink
http://sparc/clientReporting/html/home.html

thanx,
BH

On Fri, May 16 2008 11:13 am, =?iso-8859-1?Q?Chuck_=ABBeyondFusion=BB?=
Post by Chuck «BeyondFusion»
URL of page with form?
--
Chuck Joslin
BeyondFusion.com - Your Fusion Community
www.beyondfusion.com
Register domain names at www.awavedomains.com
Post by unknown
Hello everyone
I am running netobjects 10 working with PHP & mySQL on a SPARC with Unix
I have a button rigged on my form to POST with the action pointed at a PhP script
that tests the database connection.
But when I click on the button, the browser gives me an error message from the
Apache server
saying that the method POST is not allowed at that URL.
any ideas?
thanx,
BH
Chuck «BeyondFusion»
2008-05-16 16:30:32 UTC
Permalink
That's not a URL accessible via the Internet.
--
Chuck Joslin
BeyondFusion.com - Your Fusion Community
www.beyondfusion.com

Register domain names at www.awavedomains.com
Post by unknown
http://sparc/clientReporting/html/home.html
thanx,
BH
On Fri, May 16 2008 11:13 am, =?iso-8859-1?Q?Chuck_=ABBeyondFusion=BB?=
Post by Chuck «BeyondFusion»
URL of page with form?
--
Chuck Joslin
BeyondFusion.com - Your Fusion Community
www.beyondfusion.com
Register domain names at www.awavedomains.com
Post by unknown
Hello everyone
I am running netobjects 10 working with PHP & mySQL on a SPARC with Unix
I have a button rigged on my form to POST with the action pointed at a
PhP
script
that tests the database connection.
But when I click on the button, the browser gives me an error message
from
the
Apache server
saying that the method POST is not allowed at that URL.
any ideas?
thanx,
BH
unknown
2008-05-16 17:02:13 UTC
Permalink
I forgot that it is not published tio the outside world.
I have come up with a theory though.
I think my user account on apache/sparc needs to be modified in the apache the httpd.conf
file in apache:

##########################################
# Add PHP/3 support


AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps


# Add PHP/4 support

AddType application/x-httpd-php .php
##########################################

I thought everything was going to be cool since my boss was using php scripts
but maybe my specific account needs to be modified in apache.

this is the only thing i can really think of...

BH

On Fri, May 16 2008 11:30 am, =?iso-8859-1?Q?Chuck_=ABBeyondFusion=BB?=
Post by Chuck «BeyondFusion»
That's not a URL accessible via the Internet.
--
Chuck Joslin
BeyondFusion.com - Your Fusion Community
www.beyondfusion.com
Register domain names at www.awavedomains.com
Post by unknown
http://sparc/clientReporting/html/home.html
thanx,
BH
On Fri, May 16 2008 11:13 am, =?iso-8859-1?Q?Chuck_=ABBeyondFusion=BB?=
Post by Chuck «BeyondFusion»
URL of page with form?
--
Chuck Joslin
BeyondFusion.com - Your Fusion Community
www.beyondfusion.com
Register domain names at www.awavedomains.com
Post by unknown
Hello everyone
I am running netobjects 10 working with PHP & mySQL on a SPARC with Unix
I have a button rigged on my form to POST with the action pointed at a
PhP
script
that tests the database connection.
But when I click on the button, the browser gives me an error message
from
the
Apache server
saying that the method POST is not allowed at that URL.
any ideas?
thanx,
BH
Loading...