[apache2] Ne voit pas mon index.xhtml, penible
Bonjour,
Je tourne sous Mandrake 10.1/apache2
Bon, c'est penible pour moi, mais voila :oops:
J'ai démarrer mon serveur, mais je ne peux y acceder que si j'ecris: http://ls-s.dk/index.xhtml , sinon je recois un:
Citation:
Forbidden You don't have permission to access / on this server.
dans commonhttpd.conf j'ai fait:
Citation:
<IfModule mod_status.c>
<Location /server-status>
SetHandler server-status
<IfModule mod_access.c>
Order deny,allow
Deny from all
allow from all
#127.0.0.1
Allow from .ls-s.dk
#yourdomain.com
</IfModule>
</Location>
#<Location /index.shtml>
<Location /index.xhtml>
Options +Includes
</Location>
#copier de la section .shtml
AddType text/html .xhtml
<IfDefine APACHE2>
AddOutputFilter INCLUDES .xhtml
</IfDefine>
<IfDefine !APACHE2>
AddHandler server-parsed .xhtml
</IfDefine>
AddIcon /icons/layout.png .html .shtml .htm .pdf .xhtml
Et c'est tout !
Ca peut pas etre un gros proble vu que ça tourne si j'ecris tout le chemin.
Mais qu'est ce que j'ai oublié ?
Merci
Jean Christophe