phileas
16/02/2004, 15h54
Salut,
Je cherche à tester mes rewriting sur mon serveur Apache sous win XP.
Pouvez-vous m'expliquer comment lire le .htaccess sous windows ?
J'ai ceci :
#
# AccessFileName: The name of the file to look for in each directory
# for access control information.
#
AccessFileName .htaccess
#
# The following lines prevent .htaccess files from being viewed by
# Web clients. Since .htaccess files often contain authorization
# information, access is disallowed for security reasons. Comment
# these lines out if you want Web visitors to see the contents of
# .htaccess files. If you change the AccessFileName directive above,
# be sure to make the corresponding changes here.
#
<Files .htaccess>
Order allow,deny
Deny from all
</Files>
Merci d'avance.
Je cherche à tester mes rewriting sur mon serveur Apache sous win XP.
Pouvez-vous m'expliquer comment lire le .htaccess sous windows ?
J'ai ceci :
#
# AccessFileName: The name of the file to look for in each directory
# for access control information.
#
AccessFileName .htaccess
#
# The following lines prevent .htaccess files from being viewed by
# Web clients. Since .htaccess files often contain authorization
# information, access is disallowed for security reasons. Comment
# these lines out if you want Web visitors to see the contents of
# .htaccess files. If you change the AccessFileName directive above,
# be sure to make the corresponding changes here.
#
<Files .htaccess>
Order allow,deny
Deny from all
</Files>
Merci d'avance.