Change the home page

Hello,

After thourough testing, I have uploaded dolibarr on a webserver. It woked all fine apart from one thing.

When call the website adress .E.g: www.test.com, I get the page where all the folders the root folders are listed, then I have to go to htdocs in order to get the login screen. My question is how to get the login screen right when I call the website? or do I have to re-istall everything from scratch and make my root directory as the installation point?

I hope that I have made myself clear…thanks

You need to set the root directory to htdocs on the webserver this is usually through the virtual hosts settings

Or create an index.php in the dolibarr/ which redirects you to the right place.

only the files contained in htdocs are useful, you can copy the contents of the htdocs directory in the root of your web site. (edit conf.php file accordingly).
directories that are at the same level as htdocs (dev, build, etc. …) are only documentation or other.

I have created a index.php file and redirected it the the index.php file under htdocs as you have instructed me…thanks… it worked.