Apache problem in MAC

LogicMan

Registered
Hello,
somehow when i have a link in Dreamweaver to index.html, I have to give the entire path : /home/index.html
Then it work on localhost. Otherwise Apache does not take in just /home/

In apache, I have the DirectoryIndex to have index.html. But when i check my page source, somehow DW only puts : /home and not /home/

How can i fix this?
thanks
 
Hi LogicMan,

So if the URL has '/home' it doesn't find index.html, but if you have '/home/' it does find it? If so then that would suggest an Apache problem (/home should work if you've configured DirectoryIndex to look for index.html.

Sorry, but I can't help much here!

Cheers,

Brooke
 
Back
Top