0

I have Apache running for a Joomla! site The site is CBSL, under www (so www\cbsl\index.php) To access it my user have to code http:\mysite\cbsl Is there a way to configure Apache so that http:\mysite is sufficient ?

1 Answers1

3

You simply had to use a correct value for the "DocumentRoot" directive. In this case, setting it to "root_path\www\cbsl" should be sufficient.

shodanshok
  • 47,711
  • 7
  • 111
  • 180