View previous topic :: View next topic |
Author |
Message |
brademan1088 -
Joined: 10 Nov 2003 Posts: 2
|
Posted: Mon Nov 10, 2003 5:30 am Post subject: 405 Error |
|
|
I downloaded a free javascript chatroom of this site, but when i go to run it i get a 405 Method Not Allowed error. I was wondering if there was anything i could do to get around this. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Mon Nov 10, 2003 6:51 am Post subject: |
|
|
You need to type a cgi path to the folder that contains your script. 8)
P.S. Whats the program you downloaded lol ? |
|
Back to top |
|
 |
brademan1088 -
Joined: 10 Nov 2003 Posts: 2
|
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Tue Nov 11, 2003 6:26 am Post subject: |
|
|
ok say if you put an Alias for
/new (Your other site)
You will have to put the virtual path: /new
and the real path: E:\your_path\
You would put the CGI PATH as: /new
Be sure to also check out my Virtual Host program (Inspired By Bluedog)
http://www.multiple-sites.tk ( ::Virtual Host Creator:: ) |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Nov 13, 2003 3:40 am Post subject: Re: 405 Error |
|
|
brademan1088,
You've got error 405 because you haven't correctly installed the required CGI Interpreter (PHP,Perl or ASP) or because your CGI Paths doesn't include the path where your script files are located.
Please search for "error 405" on this forums for more information. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|