I've read the manual but am still confused..
Quote:
The attachment file path is the location on your server that you wish to store attachments in.
We suggest you create a path that is above your web root, which means a directory that is not below public_html.
If you wish to create the directory in your web root, we then suggest you place a .htaccess file to block people from accessing it directly. If you do not do this, then anyone will be able to open your attachments directly by navigating this directory in their browser.
This directory must be writable by PHP, which generally means it must either be owned by the same user that your web server is running under or set to permissions 0777 or Global Read/Write on Windows Systems. Please refer to your system documents to find out how to set these permissions.
Please use the full qualified path name to this directory.
|
In Red: I've create a directory that ABOVE/not in the public_html, it's call MPATT (I also chmod it to 0777)
So what would my path setting look like? /path/to/your/attachment/directory
Something like this? lovester.com/MPATT?
OR....
In Green: If I were to do below public_html, how or what should I be adding in the .htaccess, please give me and example how it'd look like.
Much thx!