Bonjour :
Voila mon probleme c'est que je veux lancer des pages web a partir de ce chemin
http://localhost/~asc/
sachant que dans asc j'au un dossier public-html.
j'ai rajouté dans httpd.conf ceci :
################## rajouté !!!
<Directory /home/asc/public_html>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
##################### fin de ajout
Mais ca ne marche pas, il me dit comme erreur :
Forbidden
You don't have permission to access /~asc on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.52 (Fedora) Server at localhost Port 80
Et j'ai bien mis les droit nécéssaire enfin je croit, c'est que j'ai mis comme droit c'est :
chmod o+x /home /home/asc
et sur le dossier public_html aussi j mis :
chmod -R 755
je ne vois pas du tout c'est le probleme
est ce que j'ai oublié un truc??
Merci d'avance.
Me<--------- :-D