Guess that is the best that I can describe it. I need to add a folder in the plesk control panel at the same level as my httpdocs and cgi-bin etc. folders. But when I try to add this folder it says permission denied.
Actaully what it says is this:
Unable to create directory /data: mkdir: cannot create directory `/home/httpd/vhosts/*****.net/data': Permission denied filemng: Error occured during /bin/mkdir command.
A script that I am trying to install is asking me to create a folder here, this is actually what they are saying:
Create a directory called 'data' or whatever you would like to name it somewhere where the web server cannot access it's contents.
Another way of saying this would be to say: create a 'data' directory where it cannot be accessed from a web browser when users are browsing your web site.
The examples they give are these:
Fictional Examples where you can create it:
Create it in for example: /home/yourdomain.com/data
Let's say that your cgi-bin directory is situated in: /home/yourdomain.com/cgi-bin
Let's also say your public HTML directory is situated in: /home/yourdomain.com/www
I appreciate any help,
thanks,
Nick