Tiso
General
Sinds 10/6/2003
T: 15
R: 413
|
7/7/2006 -
22:09u
| Quote
|
Ik heb momenteel WAMP geïnstalleerd, de apache-server zou ik willen configureren zodat ik mappen van mijn pc beschikbaar kan maken voor andere pc's van het netwerk. Voor de webroot map lukt dat, maar voor een andere map lukt dat niet. de config file:
<Directory "C Program Files/wamp/www">
# # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs-2.0/mod/core.html#options # for more information. # Options Indexes FollowSymLinks
# # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride all
# # Controls who can get stuff from this server. # # onlineoffline tag - don't remove Order Deny,Allow Deny from all Allow from 127.0.0.1 Allow from 192.168.1.3 </Directory>
Dit heb ik erbij gezet, maar ik kan nog altijd niet in phpmyadmin
#Allow phpadmin acces from other pc over lan network <Directory "C Program Files/wamp/phpmyadmin/index.php"> Options Indexes FollowSymLinks
AllowOverride all
Order allow,deny Deny from all Allow from 127.0.0.1 Allow from 192.168.1.3 </Directory>
Iemand enig idee? Alvast bedankt
|
Wikke
wzl-lid
Sinds 6/1/2005
T:8 -
R:253
|
8/7/2006 -
17:22u
| Quote
|
#Allow phpadmin acces from other pc over lan network <Directory "C Program Files/wamp/phpmyadmin">
Options Indexes FollowSymLinks
AllowOverride all
Order allow,deny Deny from all Allow from 127.0.0.1 Allow from 192.168.1.3 </Directory>
zonder index.php het gaat hier om een map he
|
Tiso
General
Sinds 10/6/2003
T:15 -
R:413
|
9/7/2006 -
12:54u
| Quote
|
had ik ook al geprobeerd, werkte niet. Daarom dat ik er index.php achter zette, omdat hij anders mss zoekt naar een index.html.
|
Tiso
General
Sinds 10/6/2003
T:15 -
R:413
|
19/7/2006 -
13:02u
| Quote
|
Kheb het gevonden  de wamp had zelf al een alias bij installatie voor phpmyadmin en die zelf beperkt, zodat ge er van buiten de pc zelf niet aan kon. Tis dus in orde.
|