I have to create a folder on the online server.
The file that creates folder is in site.com.br/example/files.php
I need to create the folder in the root of the site, example: site.com.br/archives/foldername
But every time says that the directory does not exist. I think that's why I'm not putting the correct url. I know that if mkdir (site.com.br) does not work ... how to proceed?
I am using the mkdir command ("/ public_html / filemanagerarquiv", 0777);
The site is within public_html.