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 !!