Topic awaiting preservation: Directory mapping problem in PHP (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 08-15-2002 04:45
directory structure examples: |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 08-15-2002 05:40 |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 08-15-2002 06:12
/scripts/index.txt gave me an error...I'll try the environment variable you suggested....didn't know I could use that....Thanks...hope it works!!! |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 08-15-2002 06:22 |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 08-15-2002 06:30
it's one of those "if" statements, like if it can't find it "die" |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 08-15-2002 12:41
(ok, this might be really stupid, but |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 08-16-2002 03:50
ahhh ha! I found out what the problem was...the mapping was fine. I had a permissions problem on the Apache server. I was using WS_FTP and when I'd CHMOD the txt files it displayed the correct permissions however those permissions were not what the permissions really were as WS_FTP shows what the last setting that u used when you CHMODed last instead of actually querying the file for the current permissions. I refreshed and used 'dirinfo' to determine that the permissions were set wrong and then corrected that and batta bing batta boom everything was copesetic!!! |