I'm looking for a solution to change the document root from the default.
currently it goes to
/home/<name>/public_html/
I would like to change it to
/home/<name>/public_html/public/
I have some files/dirs that I would like to be kept outside of the docroot. How can I do this without access to the httpd.conf?
Thanks,
James
currently it goes to
/home/<name>/public_html/
I would like to change it to
/home/<name>/public_html/public/
I have some files/dirs that I would like to be kept outside of the docroot. How can I do this without access to the httpd.conf?
Thanks,
James

Comment