Page 1 of 1

Delete htdocs folder default content?

PostPosted: 25. October 2012 12:01
by peter470
Is it safe to delete to htdocs folder content? I want to be empty so i can find faster folders and files i am creating. Also if i type localhost in the browser it loads automatically http://localhost/xampp/ and i don't want that.

Thanks!

Re: Delete htdocs folder default content?

PostPosted: 25. October 2012 23:58
by hackattack142
If you do not want to delete them, you can simply rename/move/edit the index.php in the htdocs folder and it should not redirect anymore.

You also have the option of deleting those files.

Re: Delete htdocs folder default content?

PostPosted: 28. October 2012 13:28
by peter470
Thanks, i made a redirect in index.php to the directory i needed.