Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

/var/www

Here you can discuss every aspect of Debian. Note: not for support requests!
Post Reply
Message
Author
jugler
Posts: 2
Joined: 2006-01-30 14:08

/var/www

#1 Post by jugler »

Hello
I dont know if this is the correct place to post this but ill try anyway.

I have all up and running and all seems to be oke.

I just have a small problem with my web.

In /var/www/ there are several subdirs and i am able to
see them using http://localhost/subdir/

but in /var/www/ is also an index.html (or php whatever)
and on just http://localhost/ i get a 404. cannot find page.

How and where can i enable this?

Thank you in advance sorry for bad english

Jugler

wmorgan1973
Posts: 4
Joined: 2006-04-18 16:52
Location: N. Virginia

/var/www

#2 Post by wmorgan1973 »

Your apache configuration dictates what directories are accessable.
It looks like you have specified that /var/www/subdir is accessable but not /var/www. Using the location or directory directive, you may want to read up on apache confiuration and decide the best way to implement.

Post Reply