【问题标题】:CakePHP htaccess settings for GoDaddyGoDaddy 的 CakePHP htaccess 设置
【发布时间】:2015-12-03 20:32:44
【问题描述】:

我现在有以下内容

/.htaccess

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>

/app/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule    ^$    webroot/    [L]
    RewriteRule    (.*) webroot/$1    [L]
</IfModule>

/app/webroot/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>

错误

当我转到根目录时,我得到一个空白页。

错误日志

[Sat Sep 26 00:23:15.505891 2015] [fcgid:warn] [pid 614267:tid 139663691929344] [client 66.249.79.212:42495] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:23:15.505877 2015] [fcgid:warn] [pid 614267:tid 139663691929344] [client 66.249.79.212:42495] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:23:15.505827 2015] [fcgid:warn] [pid 614267:tid 139663691929344] [client 66.249.79.212:42495] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:45.438750 2015] [fcgid:warn] [pid 614610:tid 139664010061568] [client 122.172.26.161:55610] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:22:45.438741 2015] [fcgid:warn] [pid 614610:tid 139664010061568] [client 122.172.26.161:55610] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:45.438706 2015] [fcgid:warn] [pid 614610:tid 139664010061568] [client 122.172.26.161:55610] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:44.965029 2015] [fcgid:warn] [pid 619898:tid 139663712909056] [client 122.172.26.161:55609] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:22:44.965011 2015] [fcgid:warn] [pid 619898:tid 139663712909056] [client 122.172.26.161:55609] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:44.964968 2015] [fcgid:warn] [pid 619898:tid 139663712909056] [client 122.172.26.161:55609] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:44.107687 2015] [fcgid:warn] [pid 613992:tid 139663838787328] [client 122.172.26.161:55608] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:22:44.107677 2015] [fcgid:warn] [pid 613992:tid 139663838787328] [client 122.172.26.161:55608] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:44.107640 2015] [fcgid:warn] [pid 613992:tid 139663838787328] [client 122.172.26.161:55608] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:43.912155 2015] [fcgid:warn] [pid 614267:tid 139663870256896] [client 122.172.26.161:55607] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:22:43.912140 2015] [fcgid:warn] [pid 614267:tid 139663870256896] [client 122.172.26.161:55607] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:43.912110 2015] [fcgid:warn] [pid 614267:tid 139663870256896] [client 122.172.26.161:55607] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:43.533245 2015] [fcgid:warn] [pid 614267:tid 139663712909056] [client 122.172.26.161:55606] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:22:43.533236 2015] [fcgid:warn] [pid 614267:tid 139663712909056] [client 122.172.26.161:55606] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:43.533206 2015] [fcgid:warn] [pid 614267:tid 139663712909056] [client 122.172.26.161:55606] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:42.886605 2015] [fcgid:warn] [pid 614311:tid 139663681439488] [client 122.172.26.161:55604] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:22:42.886596 2015] [fcgid:warn] [pid 614311:tid 139663681439488] [client 122.172.26.161:55604] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:42.886559 2015] [fcgid:warn] [pid 614311:tid 139663681439488] [client 122.172.26.161:55604] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:41.815606 2015] [fcgid:warn] [pid 614907:tid 139663712909056] [client 122.172.26.161:55603] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:22:41.815587 2015] [fcgid:warn] [pid 614907:tid 139663712909056] [client 122.172.26.161:55603] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:41.815546 2015] [fcgid:warn] [pid 614907:tid 139663712909056] [client 122.172.26.161:55603] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:40.454857 2015] [fcgid:warn] [pid 614542:tid 139663744378624] [client 122.172.26.161:55601] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:22:40.454848 2015] [fcgid:warn] [pid 614542:tid 139663744378624] [client 122.172.26.161:55601] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:22:40.454805 2015] [fcgid:warn] [pid 614542:tid 139663744378624] [client 122.172.26.161:55601] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:21:54.627365 2015] [fcgid:warn] [pid 614670:tid 139663733888768] [client 122.172.26.161:55560] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:21:54.627347 2015] [fcgid:warn] [pid 614670:tid 139663733888768] [client 122.172.26.161:55560] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:21:54.627311 2015] [fcgid:warn] [pid 614670:tid 139663733888768] [client 122.172.26.161:55560] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:21:34.925130 2015] [fcgid:warn] [pid 614907:tid 139663796827904] [client 122.172.26.161:55543] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:21:34.925110 2015] [fcgid:warn] [pid 614907:tid 139663796827904] [client 122.172.26.161:55543] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:21:34.925060 2015] [fcgid:warn] [pid 614907:tid 139663796827904] [client 122.172.26.161:55543] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:21:27.980008 2015] [fcgid:warn] [pid 614610:tid 139663681439488] [client 122.172.26.161:55538] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:21:27.979999 2015] [fcgid:warn] [pid 614610:tid 139663681439488] [client 122.172.26.161:55538] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:21:27.979967 2015] [fcgid:warn] [pid 614610:tid 139663681439488] [client 122.172.26.161:55538] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:18:59.747367 2015] [fcgid:warn] [pid 614828:tid 139663968102144] [client 122.172.26.161:55445] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:18:59.747352 2015] [fcgid:warn] [pid 614828:tid 139663968102144] [client 122.172.26.161:55445] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:18:59.747317 2015] [fcgid:warn] [pid 614828:tid 139663968102144] [client 122.172.26.161:55445] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:18:14.919864 2015] [fcgid:warn] [pid 614221:tid 139663838787328] [client 122.172.26.161:55416] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:18:14.919854 2015] [fcgid:warn] [pid 614221:tid 139663838787328] [client 122.172.26.161:55416] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:18:14.919820 2015] [fcgid:warn] [pid 614221:tid 139663838787328] [client 122.172.26.161:55416] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:18:12.514216 2015] [fcgid:warn] [pid 614806:tid 139663744378624] [client 122.172.26.161:55415] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Sat Sep 26 00:18:12.514207 2015] [fcgid:warn] [pid 614806:tid 139663744378624] [client 122.172.26.161:55415] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Sat Sep 26 00:18:12.514169 2015] [fcgid:warn] [pid 614806:tid 139663744378624] [client 122.172.26.161:55415] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:46:16.690477 2015] [fcgid:warn] [pid 587680:tid 139663807317760] [client 122.172.26.161:54223] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Fri Sep 25 23:46:16.675899 2015] [fcgid:warn] [pid 587680:tid 139663807317760] [client 122.172.26.161:54223] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:46:16.675853 2015] [fcgid:warn] [pid 587680:tid 139663807317760] [client 122.172.26.161:54223] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:41:12.203490 2015] [fcgid:warn] [pid 587034:tid 139663838787328] [client 122.172.26.161:54035] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Fri Sep 25 23:41:12.203467 2015] [fcgid:warn] [pid 587034:tid 139663838787328] [client 122.172.26.161:54035] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:41:12.188255 2015] [fcgid:warn] [pid 587034:tid 139663838787328] [client 122.172.26.161:54035] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:41:12.093514 2015] [fcgid:warn] [pid 586970:tid 139663828297472] [client 122.172.26.161:54034] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Fri Sep 25 23:41:12.093482 2015] [fcgid:warn] [pid 586970:tid 139663828297472] [client 122.172.26.161:54034] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:41:12.078451 2015] [fcgid:warn] [pid 586970:tid 139663828297472] [client 122.172.26.161:54034] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:41:11.672487 2015] [fcgid:warn] [pid 587202:tid 139663828297472] [client 122.172.26.161:54033] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Fri Sep 25 23:41:11.672466 2015] [fcgid:warn] [pid 587202:tid 139663828297472] [client 122.172.26.161:54033] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:41:11.658764 2015] [fcgid:warn] [pid 587202:tid 139663828297472] [client 122.172.26.161:54033] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:41:11.558489 2015] [fcgid:warn] [pid 587407:tid 139663859767040] [client 122.172.26.161:54032] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Fri Sep 25 23:41:11.558468 2015] [fcgid:warn] [pid 587407:tid 139663859767040] [client 122.172.26.161:54032] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:41:11.547781 2015] [fcgid:warn] [pid 587407:tid 139663859767040] [client 122.172.26.161:54032] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:41:09.981467 2015] [fcgid:warn] [pid 587772:tid 139663828297472] [client 122.172.26.161:54030] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Fri Sep 25 23:41:09.981455 2015] [fcgid:warn] [pid 587772:tid 139663828297472] [client 122.172.26.161:54030] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:41:09.970972 2015] [fcgid:warn] [pid 587772:tid 139663828297472] [client 122.172.26.161:54030] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:41:08.462473 2015] [fcgid:warn] [pid 589099:tid 139663817807616] [client 122.172.26.161:54028] mod_fcgid: stderr: PHP Fatal error:  Class 'ErrorHandler' not found in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 916
[Fri Sep 25 23:41:08.462457 2015] [fcgid:warn] [pid 589099:tid 139663817807616] [client 122.172.26.161:54028] mod_fcgid: stderr: PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='/home/archangle1973/public_html/lib:.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545
[Fri Sep 25 23:41:08.462409 2015] [fcgid:warn] [pid 589099:tid 139663817807616] [client 122.172.26.161:54028] mod_fcgid: stderr: PHP Warning:  include(/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/archangle1973/public_html/lib/Cake/Core/App.php on line 545

【问题讨论】:

  • 确保 mod_rewrite 已打开,而不是 RewriteRule ^ index.php [L] 使用 RewriteRule ^(.*)$ /index.php?$1 [L]
  • 似乎不起作用。 ..你能解释一下为什么我们需要改变它吗?
  • 是的。我假设你想重定向任何东西,例如。 www.mysite.com/page1 到 www.mysite.com/index.php/page1。正则表达式 ^(.*)$ /index.php?$1 就是这样做的
  • @SNAG 这不是 CakePHP 使用的。
  • Failed opening '/home/m7play/archangle.mink7.com/lib/Cake/Error/ErrorHandler.php 那是你的开发机器上的有效路径吗?

标签: php apache .htaccess cakephp mod-rewrite


【解决方案1】:

参考文档

docs for the current version of CakePHP 特别提到了 Godaddy。虽然很明显您没有使用当前版本,但文档仍然相关(已添加重点):

对于许多托管服务(GoDaddy,1and1),您的 Web 服务器实际上是从已经使用 mod_rewrite 的用户目录提供服务的。如果您将 CakePHP 安装到用户目录 (http://example.com/~username/cakephp/) 或任何其他已经使用 mod_rewrite 的 URL 结构,您需要将 RewriteBase 语句添加到 .htaccess 文件 CakePHP 使用 (.htaccess , webroot/.htaccess)。

示例 webroot htaccess 文件:

<IfModule mod_rewrite.c>
    RewriteEngine On
    # v add this
    RewriteBase /path/to/app 
    # ^ add this
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>

这些更改的详细信息将取决于您的设置,并且可能包括与 CakePHP 无关的其他内容。有关更多信息,请参阅 Apache 的在线文档。如果您仍然遇到问题,您需要find out how to access the error log,阅读错误消息并适当地修改您的设置。

【讨论】:

  • 添加了这个RewriteBase /home/archangle1973/public_html/app # &lt;- add this,但仍然没有任何反应。更新了错误日志
  • 现在收到此错误RewriteBase takes one argument, the base URL of the per-directory context
  • “接受一个参数”表示它得到了多个参数 - 它没有将评论解释为评论。似乎 apache 的评论处理 isn't consistent - 但你已经搜索/思考并发现 - 不是吗;)?
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2014-12-21
  • 1970-01-01
  • 1970-01-01
  • 2010-11-23
相关资源
最近更新 更多