Hi all,
I've followed this guide:
http://help.directadmin.com/item.php?id=183
But I've set a per domain php.ini.
My .ini file is read and you can see it here:
http://bran-dun.org/php_info.php
The content of custom.ini is:
Unfortunately, if I do:
It prints the server root contents and not the domain public_html contents.
Where am I wrong? Thank you very much.
I've followed this guide:
http://help.directadmin.com/item.php?id=183
But I've set a per domain php.ini.
My .ini file is read and you can see it here:
http://bran-dun.org/php_info.php
The content of custom.ini is:
Code:
[PHP]
doc_root = /home/brandun/domains/bran-dun.org/public_html
Unfortunately, if I do:
Code:
<?php print_r(scandir('/')); ?>
It prints the server root contents and not the domain public_html contents.
Where am I wrong? Thank you very much.