开发者

cakephp move to server blank page

开发者 https://www.devze.com 2023-03-10 00:17 出处:网络
It gives me \"you don\'t have permission to access /cakephp/app/webroot on this server开发者_StackOverflow\"

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

精彩评论

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