boujour,
j'installe un serveur web html,php.
quand je place les fichiers dans le rep "var/../www/html/ [index.html etc]" ca marche.
maintenant je veux avoir un accé /~user/public_http/
You don't have permission to access /~maouth/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
donc visiblement j'ai pas les permissions
cela dit ,
drwxrwxrwx 2 maouth maouth 4096 mar 28 14:00 public_html
[cd public_htlm]
-rwxrwxrwx 1 maouth maouth 74 mar 28 14:00 index.html
avec les confs httpd.conf
<IfModule mod_userdir.c>
UserDir disable
UserDir enable maouth
UserDir public_html
</IfModule>
<Directory /home/*/public_html>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
visiblement le lien existe , message different si le lien est erroné
j'suis bloqué la, une idéé ?