Ciao,
da un po' ho questo problema e avevo lasciato perdere :bho:
Uso wamp e la mia directory di lavoro quando richiamo localhost è c:/www
Avevo creato un alias in c:/wamp/alias chiamato esperimenti.conf fatto in questo modo:
Alias /esperimenti "c:/www-esperimenti/"
# to give access to webgrind from outside
# replace the lines
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all
#
<Directory "c:/www-esperimenti/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
Avrebbe dovuto servire perchè digitanto localhost/esperimenti raggiungesse la directory c:/www-esperimenti/
ma il risultato è questo:
[h=1]Not FoundThe requested URL /esperimenti/ was not found on this server.
Secondo voi che c'è che non va?
Ciao
Pat