Hi Guys, Bit of a simple one this, I hope, but I cant figure it out. I've deployed a third party site that requires localhost to look at http://localhost\/ for the root directory. I cant figure out how to implement this, any advice much appreciated. regards Ross
It may be some example for your scripts configuration. If you configure localhost in your mysql configuration, it should be check in your server mysql connection. Please make sure with your script provider to configure this setup.
It sounds like an easy fix, but I do not fully get your question. You want http://localhost/ to show your root or what exactly do you want?
it sounds like you built this on a personal computer. You should be able to replace http://localhost/ with your domain and may have to adjust any links as well. Your database etc will still be set as local host as long as you are running these within your server environment.
you will have to make connectivity your root directory and database..it is depend on your language like php site, or other CMS etc