Bonjour,
j'ai installer Apache1.3.26 sous debian,
Dans le httpd.conf il y a la ligne Userdir public_html:
<IfModule mod_userdir.c>
UserDir public_html
</IfModule>
<Directory /donnees/home/*/public_html>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
Order deny,allow
Deny from all
</Limit>
</Directory>
Mais quand je tape
http://localhost/~user il me renvoi une page 403.
pourtant le dossier /donnees/home/user/public_html à les droits 755
Merci de m'aider