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 ?
Asked
Active
Viewed 974 times
0
-
2http://serverfault.com/questions/208197/apache-rewrite-or-redirect – Paul Haldane Apr 18 '15 at 08:34
1 Answers
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