これが段階的な解決策です
まず、テストのために、フォルダ名を別の名前に変更します。
変更しましjesseorndorff-Halogy-35c4050 to halogy_testた。
次に、halogyからシステムフォルダを切り取り、上位レベルに貼り付けます。これで、構造は次のようになります。
localhost/
halogy_test/
halogy/
system/
index.php
次に、database.phpに移動して設定します。
次に移動しhalogy/application/config/config.phpて変更します
$config['index_page'] = '';
に
$config['index_page'] = 'index.php';29行目。
さあ、行ってapplication/config/site_config.php変更 してください
$config['staticPath'] = '/static'
に
$config['staticPath'] = '/halogy_test/static';
最後のステップはに行きhalogy_test/static/js/jquery.flot.init.js、変更します
'/admin/stats/' to stats/ on line no 2!
成功した場合は投票してください。