在线共享主机上安装

在线共享主机上安装

本文介绍了CakePHP 2.0+在线共享主机上安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

1,我已经将所有的文件上传到文件服务器,我使用000webhost.com然而我有一些问题,modrewrite我不断被重定向到?
有人知道如何在共享区域设置cakephp 2.1?

1 and I've uploaded all the files onto the file server that I am using 000webhost.com however Im having a few problems with the modrewrite I keep getting re-directed to http://error404.000webhost.com/?Does anyone know how to setup cakephp 2.1 on a shared area??

现在得到这个错误:致命错误:在/ home / a4300629 / public_html / lib / Cake / Cache中调用未定义函数pluginsplit /Cache.php on line 151 不太确定这个错误是怎么产生的,任何想法?

Im getting this error now: Fatal error: Call to undefined function pluginsplit() in /home/a4300629/public_html/lib/Cake/Cache/Cache.php on line 151 not really sure how this error has come about, any ideas?


推荐答案

正确的我已经想出来,我按照.htaccess这个网站的说明。

但是首先我删除了所有的文件并重新上传,这还是没有工作,直到我用这个.htaccess方法。

Right I've figured it out, I followed the .htaccess instructions on this site.http://www.000webhost.com/forum/web-programming/29628-help-cake-php-install.htmlBut firstly I deleted all the files and re-uploaded and this still didn't work until I used this .htaccess method.

希望这可以帮助有此问题的任何人。

Hope this helps anyone else who has this problem.

这篇关于CakePHP 2.0+在线共享主机上安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-29 12:57