PDA

View Full Version : 403 in apache


Tehpwnz0r
04-05-2006, 08:35 PM
I have been trying to send information that was entered into a form to a .txt file.
When I hit submit, I get a 403 saying I do not have permission to access/write to the folder. I'm trying to get it to write into the .txt file.
How do I go about making it so it can write to the file in the folder?
I already tried clicking teh folder, then properties then unchecking read only. When i close out the properties window, it goes right back to read only.

nox-Hand
04-06-2006, 04:51 AM
Have you tried chmodding the folder?
You ARE in Linux, yes?

nox-Hand

ze312
04-06-2006, 05:00 AM
check for user which runs apache, than enter chown apacheuser a.txt and set permissions if needed (eg. chmod 750 a.txt)

Tehpwnz0r
04-06-2006, 01:46 PM
nvm, all set. It was an error with the php.

nox-Hand
04-06-2006, 03:05 PM
Ah, well, that's good then :)
Let us know if you need more help!

nox-Hand