Quote:
Originally Posted by TTG
Only when accessing results .. everthing else works fine
|
O.k., try chmod -R 777 instead of 744 just to see if it's really a permission problem.
If that works, then it may just be a matter of changing the owner.
If the apache server is running as apache user (or whatver the user:groupname is), you can then do this:
chown -R apache:apache survey
Then chmod -R 744 survey