no save
Assistance
Achat
News

Forum | Linux/Unix
Probleme d'Alias avec apache
mamiemando, le jeu. 26 mai 2005 à 09:50:05
Si ça peut t'aider...
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "/var/www/htdocs">
[...]

<IfModule mod_alias.c>

#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL. So "/icons" isn't aliased in this
# example, only "/icons/". If the fakename is slash-terminated, then the
# realname must also be slash terminated, and if the fakename omits the
# trailing slash, the realname must also omit it.
#
Alias /icons/ "/var/www/icons/"

<Directory "/var/www/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
[...]
</IfModule>
# End of aliases
Précédent_matt_44
mai 05


REPONSES
mamiemando
mai 05
asevere
mai 05
_matt_44
mai 05
_matt_44
mai 05
asevere
mai 05
_matt_44
mai 05
mamiemando
mai 05
Version Web
Réalisé par RedShift
no save