配置后进入缺省页面,出现这样的问题,怎么解决

解决方案 »

  1.   

    我使用的服务器是nginx  数据库mysql
      

  2.   

    Notice (1024): Please change the value of 'Security.cipherSeed' in app/config/core.php to a numeric (digits only) seed value specific to your application [CORE\cake\libs\debugger.php, line 698]Code
            if (Configure::read('Security.cipherSeed') === '76859309657453542496749683645') {
                trigger_error(__('Please change the value of \'Security.cipherSeed\' in app/config/core.php to a numeric (digits only) seed value specific to your application', true), E_USER_NOTICE);Debugger::checkSecurityKeys() - CORE\cake\libs\debugger.php, line 698
    include - CORE\cake\libs\view\pages\home.ctp, line 27
    View::_render() - CORE\cake\libs\view\view.php, line 731
    View::render() - CORE\cake\libs\view\view.php, line 426
    Controller::render() - CORE\cake\libs\controller\controller.php, line 909
    PagesController::display() - CORE\cake\libs\controller\pages_controller.php, line 83
    Dispatcher::_invoke() - CORE\cake\dispatcher.php, line 204
    Dispatcher::dispatch() - CORE\cake\dispatcher.php, line 171
    require - APP\webroot\index.php, line 83
    [main] - CORE\index.php, line 55URL rewriting is not properly configured on your server. 
    Help me configure it 
    I don't / can't use URL rewriting 
    这就是缺省页面出现的问题提示
      

  3.   

    上面太乱
    Notice (1024): Please change the value of 'Security.cipherSeed' in app/config/core.php to a numeric (digits only) seed value specific to your application [CORE\cake\libs\debugger.php, line 698]还是有个红框错误:
    URL rewriting is not properly configured on your server.
      

  4.   

    你要在nginx里配置rewrite规则