I installed Apache/1.3.12 (Win32) on my PC. When I write an address in my browser I have to write it with the slash \ at the end, else it output the error finding the page:
(http://127.0.0.1/directory --- output error)
(http://127.0.0.1/directory/ --- works right)
How can I config my Apache to do it work right in ---http://127.0.0.1/directory --- way
Thanks