开发者

cakephp move to server blank page

It gives me "you don't have permission to access /cakephp/app/webroot on this server开发者_StackOverflow"

I changed permissions for both document root and /webroot to read/execute all

I changed the apache2 sites-available/default file to

<Directory /var/www/> ...
AllowOverride All 
...

Help


sites-available is different from sites-enabled, might want to look there.


You should check your firewall logs. It might be blocking something. Is this a Linux server? Also, please provide your entire <Directory ...> verbiage.


I did a fresh install of cakephp and it solved the problem.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜