Article non trouvé avec wamp et WpMu (Créer un compte)

  • Statut : non résolu
6 sujets de 1 à 6 (sur un total de 6)
  • Auteur
    Messages
  • #462573
    0606060606
    Participant
    Maître WordPress
    523 contributions

    Hello,

    j’ai un petit soucis avec wamp et wordpress-mu

    j’ai installé wpmu, j’ai reçu mon pass et j’ai rencontré un petit problème.

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    pour régler le problème j’ai viré le .htaccess

    seul problème, je n’ai plus accès à mes articles
    http://127.0.0.1/blog/31/08/2008/bonjour-tout-le-monde/

    Not Found

    The requested URL /blog/31/08/2008/bonjour-tout-le-monde/ was not found on this server.

    le contenu du .htaccess est le suivant :

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ /$1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
    RewriteRule . index.php [L]

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    je suis presque certain que le problème vient du htaccess, mais je ne sais pas vraiment où…

    Si quelqu’un a une idée, je suis preneur 🙂

    Merci !!

    #643946
    0606060606
    Participant
    Maître WordPress
    523 contributions

    une ptite idée ?

    #643947
    0606060606
    Participant
    Maître WordPress
    523 contributions

    ptit up svp ?

    merci

    #643948
    ekevin
    Participant
    Chevalier WordPress
    110 contributions

    Il me semble que ton article ne sera plus visible sous http://localhost/date/nomdelarticle mais sous http://localhost/?p=xx

    Essaye déjà d’afficher http://localhost puis http://localhost/blog

    #643949
    0606060606
    Participant
    Maître WordPress
    523 contributions

    http://localhost/ me revient vers le home.php
    http://localhost/blog 404

    ça doit venir du htaccess, jvais de nouveau faire une recherche sur le forum mais bon..

    #643950
    0606060606
    Participant
    Maître WordPress
    523 contributions

    ptit up svp 🙂

6 sujets de 1 à 6 (sur un total de 6)
  • Vous devez être connecté pour répondre à ce sujet.