Until there is a clear indication in the install guide on what to add to Apache or .htaccess, we should redirect to /web/index.php, not /web/index). Even when there is information about that, I still think it would be good to tolerate a non-URL-friendly config, and apparently this 'typo' in the /index.php is preventing anyone from installing if they don't understand the trick

skala
Yannick Warnier 12 years ago
parent d4e0aaf112
commit 40d259eca6
  1. 2
      index.php

@ -6,7 +6,7 @@
*/
//Temporal hack to redirect calls to the new web/index.php
header('Location: web/index');
header('Location: web/index.php');
exit;
define('CHAMILO_HOMEPAGE', true);

Loading…
Cancel
Save