I'm trying to setup the credit card system, well at least the Test Gateway for now, and I'm stuck on this field:
Card number encryption key filepath:
I keep getting the error: You have specified a non-existent directory.
My website is located here:
/www/mydomain
so I first made the keys folder here:
/keys
and set the write access to 777 to be sure it wasn't having a write-access issue, but I get the You have specified a non-existent directory. message.
So I tried just keys but get the same You have specified a non-existent directory. error.
So then I created it here:
/www/keys
and still get that message.
So FINALLY, I create the keys folder here:
/www/mydomain/keys
and it works.
But I know you're supposed to create the keys folder outside of your web.
So what's up with that? What am I doing wrong?

