Bonjour tout le monde,
J'ai un petit soucis, je suis bloqué au tout début du tuto ( j'ai fais jusqu'à 20mn ). Voila mon soucis, c'est ce que je fais en même que Grafikart, mais voilà lorsqu'il fait des test pour voir si cela s'affiche correctement en local, eh bien moi ça m'affiche page blanche.. Et pourtant j'ai bien fait attention de mettre toute les constantes comme il faut..
Voici le code de mon index.php :
<?php
define('WEBROOT', dirname( __FILE__ ));
define('ROOT', dirname(WEBROOT));
define('DS', DIRECTORY_SEPARATOR);
define('CORE', ROOT.DS.'core');
define('BASE_URL', dirname(dirname($_SERVER'SCRIPT_NAME'])));
require CORE.DS.'includes.php';
new Dispatcher();
?>
Merci ;)
Ps : Je suis sur Mac et j'utilise MAMP, ça change quelque chose ?
Voilà les logs apache qui correspondent au jour ou j'ai commencé le tuto :
[Sun Jul 22 20:44:59 2012] [notice] caught SIGTERM, shutting down
[Sun Jul 29 20:29:30 2012] [notice] Digest: generating secret for digest authentication ...
[Sun Jul 29 20:29:30 2012] [notice] Digest: done
[Sun Jul 29 20:29:30 2012] [notice] Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Sun Jul 29 20:29:31 2012] [error] [client ::1] client denied by server configuration: /Users/Guillaume/Documents/Sites/.DS_Store
[Sun Jul 29 20:30:58 2012] [error] [client ::1] client denied by server configuration: /Users/Guillaume/Documents/Sites/.DS_Store
[Sun Jul 29 20:56:25 2012] [error] [client ::1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Sun Jul 29 21:32:33 2012] [notice] caught SIGTERM, shutting down
[Sun Jul 29 21:43:34 2012] [notice] Digest: generating secret for digest authentication ...
[Sun Jul 29 21:43:34 2012] [notice] Digest: done
[Sun Jul 29 21:43:34 2012] [notice] Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Sun Jul 29 21:43:34 2012] [error] [client ::1] client denied by server configuration: /Users/Guillaume/Documents/Sites/.DS_Store
[Sun Jul 29 21:44:34 2012] [notice] caught SIGTERM, shutting down
Merci :)
Voici mon htaccess présent à la racine du site :
RewriteEngine On
RewriteRule (.*) webroot/$1 [L]
Et le second présent dans le dossier webroot :
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) index.php/$1 [L]
Merci :)
[Sun Jul 29 20:30:58 2012] [error] [client ::1] client denied by server configuration: /Users/Guillaume/Documents/Sites/.DS_Store
tu as regarder si tu as pas un problème de droit ?
Sinon j'en ai aucune idée. ^^
Ben moi je vois que ton tu t'es fait rejeté quand tu as questionné le serveur. Après je ne connais pas le tuto.
Mais je vois en fonction de ton erreur apache.