Click here to Skip to main content
15,885,546 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: javascript for url redirection Pin
Goutam Patra6-Sep-10 1:40
professionalGoutam Patra6-Sep-10 1:40 
GeneralRe: javascript for url redirection Pin
NeverHeardOfMe6-Sep-10 1:43
NeverHeardOfMe6-Sep-10 1:43 
GeneralRe: javascript for url redirection Pin
Goutam Patra6-Sep-10 1:48
professionalGoutam Patra6-Sep-10 1:48 
GeneralRe: javascript for url redirection Pin
Pete O'Hanlon6-Sep-10 2:15
mvePete O'Hanlon6-Sep-10 2:15 
GeneralRe: javascript for url redirection Pin
NeverHeardOfMe6-Sep-10 2:22
NeverHeardOfMe6-Sep-10 2:22 
GeneralRe: javascript for url redirection Pin
Pete O'Hanlon6-Sep-10 3:39
mvePete O'Hanlon6-Sep-10 3:39 
Question403 Forbidden Error Pin
Danzy831-Sep-10 13:19
Danzy831-Sep-10 13:19 
AnswerRe: 403 Forbidden Error Pin
Gerben Jongerius2-Sep-10 0:14
Gerben Jongerius2-Sep-10 0:14 
A 403 could be caused by many different causes. Below is a short list you can check:

* the .htaccess file (but since you only did something with directoryindex it shouldn't)
* read access issues on the server, so your webserver cannot access the file (check security settings on the webserver)
* configuration issues on the webserver (eg: apache restrictions in the httpd.conf)

You can check if it is the .htaccess by temporarily renaming it, which will disable it.

Checking the access restriction of the webserver is a bit more difficult, but if you are renting a server from a hosting company it should be set OK. So this should only apply if you manage the server yourself.
Questionjavascript and asp.net Pin
bfis10813731-Aug-10 14:09
bfis10813731-Aug-10 14:09 
AnswerRe: javascript and asp.net Pin
Expert Coming31-Aug-10 20:23
Expert Coming31-Aug-10 20:23 
AnswerRe: javascript and asp.net Pin
NeverHeardOfMe1-Sep-10 1:19
NeverHeardOfMe1-Sep-10 1:19 
AnswerRe: javascript and asp.net Pin
T M Gray1-Sep-10 11:01
T M Gray1-Sep-10 11:01 
QuestionSettimeout problem Pin
Ajay Kale New30-Aug-10 23:24
Ajay Kale New30-Aug-10 23:24 
AnswerRe: Settimeout problem Pin
Not Active31-Aug-10 0:35
mentorNot Active31-Aug-10 0:35 
GeneralRe: Settimeout problem Pin
Ajay Kale New31-Aug-10 1:47
Ajay Kale New31-Aug-10 1:47 
GeneralRe: Settimeout problem Pin
Not Active31-Aug-10 1:54
mentorNot Active31-Aug-10 1:54 
AnswerRe: Settimeout problem Pin
DaveAuld3-Sep-10 0:40
professionalDaveAuld3-Sep-10 0:40 
GeneralRe: Settimeout problem Pin
Ajay Kale New3-Sep-10 1:31
Ajay Kale New3-Sep-10 1:31 
GeneralRe: Settimeout problem Pin
DaveAuld3-Sep-10 1:50
professionalDaveAuld3-Sep-10 1:50 
GeneralRe: Settimeout problem Pin
Ajay Kale New3-Sep-10 1:59
Ajay Kale New3-Sep-10 1:59 
GeneralRe: Settimeout problem [modified] Pin
Not Active3-Sep-10 2:30
mentorNot Active3-Sep-10 2:30 
GeneralRe: Settimeout problem Pin
Ajay Kale New3-Sep-10 2:42
Ajay Kale New3-Sep-10 2:42 
GeneralRe: Settimeout problem Pin
Pete O'Hanlon3-Sep-10 2:40
mvePete O'Hanlon3-Sep-10 2:40 
AnswerRe: Settimeout problem Pin
Pete O'Hanlon3-Sep-10 3:02
mvePete O'Hanlon3-Sep-10 3:02 
GeneralRe: Settimeout problem Pin
DaveAuld3-Sep-10 4:34
professionalDaveAuld3-Sep-10 4:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.