I'm running WAMP on a WINXP server. I want to use RoundCube with hMailSever which I have running successfully. Everything else is OK with the RC install, I got the database installed and running OK. My only problem is with
Check if directories are writable
C:/wamp/www/roundcubemail/temp: NOT OK(not writeable for the webserver)
C:/wamp/www/roundcubemail/logs: NOT OK(not writeable for the webserver)
Use chmod or chown to grant write privileges to the webserver
I do not understand how to use chmod or chown. I do not understand how to change a folder to 777. Please explain in detail. This is installed on a dedicated VPS I have full control over everything. Please help me solve this issuse i've tried a lot of things and have found no precise guides or resolution.
You are on windows. 'chmod' or 'chown' is for *nix OS. Just make sure that apache service user has access to the directories.