View previous topic :: View next topic |
Author |
Message |
rado -
Joined: 14 Apr 2004 Posts: 67
|
Posted: Tue Sep 14, 2004 6:22 pm Post subject: If you have error 405 - maybe that will help |
|
|
If you have error 405 - maybe that will help
HTTP 405 - Resource not allowed
The problem in my case was that:
Interpreter c:\php\php.exe
Associated Extensions *.php
The right is:
Interpreter c:\php\php.exe
Associated Extensions php
A very trivial error *.php insted of just php
Very simple thing, but the result is Error 405 when you try to use Form with Post method! |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Tue Sep 14, 2004 6:41 pm Post subject: |
|
|
If PHP isn't setup correctly then you will get an error 405 , this is caused
because PHP doesn't know the extension , what you said is correct. It can
also be caused by no CGI path so make sure you have a CGI path. |
|
Back to top |
|
 |
|