Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Ezilon Directory   I Sell Pagerank   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 07-04-2004, 09:54 AM   #1 (permalink)
Moderator
 
South's Avatar
 
Join Date: 10-13-03
Location: Georgia
Posts: 3,083
iTrader: 0 / 0%
South is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest order
method not allowed

Why would "method post" not be allowed from a specific url? I can post from one part of the site (ex. forms/form1.html), but when I try it from /contact/contactform.html I get the message

#############################################
METHOD NOT ALLOWED

The method post is not allowed from the url /contact/contact_form.html
##############################################

What typically would cause that?
South is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 07-04-2004, 09:59 AM   #2 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Can you post a link or the code you are using?
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-04-2004, 10:04 AM   #3 (permalink)
Moderator
 
South's Avatar
 
Join Date: 10-13-03
Location: Georgia
Posts: 3,083
iTrader: 0 / 0%
South is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest order
http://www.amgsouth.com/contact/form1.html

Yeah, it's a template, but I'm in a hurry...I'll redo it later.

I'm using the standard php Form script standard in Cpanel. I've used it many times before but never had this happen.
South is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-04-2004, 10:28 AM   #4 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Quote:
action=""
You need to put something there.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-04-2004, 12:25 PM   #5 (permalink)
Moderator
 
South's Avatar
 
Join Date: 10-13-03
Location: Georgia
Posts: 3,083
iTrader: 0 / 0%
South is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest order
I've already got

<form enctype='multipart/form-data' action='/forms/process.php' method='post'>
South is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-04-2004, 12:34 PM   #6 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
OK. That wasn't there when I looked.

Are you sure that is the correct path?

Exactly where is the process.php located?
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-04-2004, 12:40 PM   #7 (permalink)
SVB
Inactive
 
SVB's Avatar
 
Join Date: 10-13-03
Posts: 7,481
iTrader: 0 / 0%
Latest Blog:
None

SVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest order
Send a message via Yahoo to SVB
Yeah that wasn't there when you looked Jazzee. The form is doing something different now, asks fr a username and password.
SVB is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-04-2004, 12:58 PM   #8 (permalink)
Moderator
 
South's Avatar
 
Join Date: 10-13-03
Location: Georgia
Posts: 3,083
iTrader: 0 / 0%
South is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest order
Sorry, I've screwed with it some since the post.

Hold on, I'll show it to you both ways.
South is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-04-2004, 01:04 PM   #9 (permalink)
Moderator
 
South's Avatar
 
Join Date: 10-13-03
Location: Georgia
Posts: 3,083
iTrader: 0 / 0%
South is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest order
Here is a saved version as it was when Jazzee 1st commented. Take a look at the first empty "action" but then look down further. Should that top one even be there? I thought it was left over from something else and took it out.

http://www.amgsouth.com/contact/form_ting.htm
South is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-04-2004, 01:18 PM   #10 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
The top one with the empty action is the only form tag I see in that page. ?
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-04-2004, 01:20 PM   #11 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Either way, I think it is failing because of the "action".

On that one, the action is empty and on the other one, you may have the wrong path to the script.

Where is the script located on your server?
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-04-2004, 08:01 PM   #12 (permalink)
Moderator
 
South's Avatar
 
Join Date: 10-13-03
Location: Georgia
Posts: 3,083
iTrader: 0 / 0%
South is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest order
The top one was a leftover from a user login form that was built into the template. I thought I got it all out.

On the actual form I had the path screwed up. It's working great now. Thanks for the help.

South is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-04-2004, 08:31 PM   #13 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
NP. Glad it's working
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
if you had a method Sama3l. Webmaster Revenue 13 10-24-2007 11:01 AM
"Method POST not allowed" error east_pole Web Design Lobby 3 02-16-2007 01:57 PM
405 Method Not Allowed gizmie Coding Forum 1 11-22-2005 07:26 PM
SEO method chokan Google Forum 4 08-04-2004 03:30 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 03:32 PM.
© Copyright 2008 V7 Inc

Click Here