 |
Apache2Triad Help, Support and Development The apache2triad help , support and development forums
|
| View previous topic :: View next topic |
| Author |
Message |
timodee
Joined: 20 Nov 2005
Posts: 2
Location: Charlotte
|
| Posted: Sun Nov 20, 2005 4:12 pm Post subject: Help with allow all or file permissions |
|
|
Ok, I am new and this maybe a newbie question. I did take about a week reading and I am stuck.
I have a script which is running fine under Triad, however, when it request a create on a text file, I get can not open: /users/tim.txt
I have searched and thought it was a XP problem, so I created the same server config on win98 with the exact same result.
How do I allow a file create? Do I have to configure Apache to allow or windows to allow? I have tried everything with CHMOD, however, everywhere says that only applies to Linux.
I am sure the script is good, because it runs fin except this one issue.
Server Error Log
[Sat Nov 19 02:12:08 2005] [error] [client 127.0.0.1] File does not exist: C:/apache2triad/htdocs/images, referer: http://localhost/
Any help would be greatly appreciated.
Tim |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Wed Nov 23, 2005 8:57 pm Post subject: |
|
|
| /users/tim.txt is not a valid windows path , windows paths start with a drive letter and : |
|
| Back to top |
|
timodee
Joined: 20 Nov 2005
Posts: 2
Location: Charlotte
|
| Posted: Wed Nov 23, 2005 11:57 pm Post subject: |
|
|
Vlad Alexa Mancini wrote: /users/tim.txt is not a valid windows path , windows paths start with a drive letter and :
You are awesome. I have spent weeks trying to figure this out. Thank You |
|
| Back to top |
|
| |
|