Bonjour,
voilà, j'ai un soucis depuis plusieurs années sur un de mes sites qui me retourne cette erreur pour toutes les pages du site sauf ma page d'accueil.
les pages qui coincent retournent ceci :
HTTP/1.1 403 Forbidden
Date: Sat, 19 Jul 2008 17:33:18 GMT
Server: Apache/1.3.34 (Unix) mod_gzip/1.3.19.1a PHP/4.4.2 mod_ssl/2.8.25 OpenSSL/0.9.6m
Connection: close
Content-Type: text/html; charset=iso-8859-1
alors que la page d'accueil retourne ceci :
HTTP/1.1 200 OK
Date: Sat, 19 Jul 2008 17:32:40 GMT
Server: Apache/1.3.34 (Unix) mod_gzip/1.3.19.1a PHP/4.4.2 mod_ssl/2.8.25 OpenSSL/0.9.6m
X-Powered-By: PHP/4.4.2
Vary: Cookie,Accept-Encoding
Composed-By: SPIP 1.9.2d @ www.spip.net + article_pdf(0.1),homonymes(0.3),autolink(0.1),nuage(1.4),thickbox1(0.3)
Connection: close
Last-Modified: Sat, 19 Jul 2008 17:15:47 GMT
Content-Type: text/html; charset=iso-8859-1
je ne m'en étais pas rendu compte jusqu'à ce que quelqu'un qui habite en Hollande me dise qu'il ne pouvait voir que ma page d'accueil...
Voici ce que j'ai dans mes pages articles :
#CACHE{86400}
<BOUCLE_article_principal(ARTICLES) {id_article}>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title>[(#TITRE|textebrut)]</title>
[<meta name="description" content="(#INTRODUCTION|couper{150}|textebrut)" />]
<meta name="keywords" content="[(#CHAPO|textebrut)]" />
<INCLURE{fond=inc-head}>
<!--<link rel="shortcut icon" href="http://www.xxx.com/images/m.ico" />
<link rel="alternate" type="application/pdf" href="#URL_PAGE{article_pdf}|parametre_url{id_article,#ID_ARTICLE}" /> -->
<script type="text/javascript">
<!--
function favoris() {
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ window.sidebar.addPanel("nom de mon site","http://www.xxx.com/",""); }
else { window.external.AddFavorite("http://www.xxx.com/","nom de mon site"); } }
//-->
</script>
</head>
et voici pour la page d'accueil qui elle fonctionne bien :
#CACHE{14400}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title>mon titre</title>
<meta name="Description" content="ma description..." />
<meta name="Keywords" content="mes, mots, clefs, " />
<INCLURE{fond=inc-head}>
<link rel="shortcut icon" href="http://www.xxx.com/images/m.ico" />
<script type="text/javascript">
<!--
function favoris() {
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ window.sidebar.addPanel("nom de mon site","http://www.xxx.com/",""); }
else { window.external.AddFavorite("http://www.xxx.com/","nom de mon site"); } }
//-->
</script>
</head>
comme vous aurez remarqué pour ceux qui connaissent, c'est un site en SPIP. La seule différence donc entre les deux pages c'est le titre qui est en brut sur la home... mais j'ai ça sur tous mes autres sites et je n'ai pas ce problème, donc je ne pense pas que ça puisse avoir un rapport. Je coince complètement et c'est vraiment dommage que mon site ne soit pas visible à l'étranger... si quelqu'un a une idée, merci d'avance.
