Nekje v httpd.conf ima� rubriko kjer so na�tete datoteke, ki jih smatra kot "index". Poi�ci seznam kjer so �e na�tete index.htm index.html itd. Doda� �e index.php in to je to. Seveda ne pozabi na restart.
LP -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of slemo Sent: Friday, January 28, 2005 6:25 PM To: Glavni dopisni seznam LUGOSa Subject: [LUGOS] info apache!!! Mam en problem na serverju. Ko grem v localhost mi izpise index in direktorije, ne pa glavne strani. Pa ne vem kako moram nastavit "httpd.conf" . Vse mape in index.php imam v direktoriju : C:\wamp\www\e107\index.php V httpd.conf sem takole spremenil Document root pa se vedno ne dela, prikaze samo index of.. in mape ki jih vsebuje. ---------------------------------------------------------- DocumentRoot "C:/wamp/www/e107/index.php" # # Each directory to which Apache has access, can be configured with respect # to which services and features are allowed and/or disabled in that # directory (and its subdirectories). # # First, we configure the "default" to be a very restrictive set of # permissions. # <Directory /> Options FollowSymLinks AllowOverride None </Directory> # # Note that from this point forward you must specifically allow # particular features to be enabled - so if something's not working as # you might expect, make sure that you have specifically enabled it # below. # # # This should be changed to whatever you set DocumentRoot to. # <Directory "C:/wamp/www/e107/index.php"> # # This may also be "None", "All", or any combination of "Indexes", # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews". # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. _______________________________________________ lugos-list mailing list [email protected] http://liste2.lugos.si/cgi-bin/mailman/listinfo/lugos-list _______________________________________________ lugos-list mailing list [email protected] http://liste2.lugos.si/cgi-bin/mailman/listinfo/lugos-list
