开发者

zend framework not working in ubuntu

开发者 https://www.devze.com 2023-01-30 00:11 出处:网络
I have installed Ubuntu 10.10 on 开发者_运维知识库my laptop. Happy about my accomplishment i have proceeded on to installing zend framework.

I have installed Ubuntu 10.10 on 开发者_运维知识库my laptop. Happy about my accomplishment i have proceeded on to installing zend framework.

I've downloaded the files, extracted them in my /opt directory, made a link /opt/zend and included /opt/zend/library in my php include_path. I have also configured php-cli's include_path. I have enabled mod_rewrite.

I create my first project, i don't have vhosts enabled (i do not wish to create vhosts for every project), i'm fine with adding /public to my path.

So i have my first project created with zend tool, i test it in my browser it works. I install the Netbeans zend plugin and i create my first controller. I try to view it in my browser, says not found. That is weird.

I download my other projects made in zend, same problem. The index page is loaded but when i try to view other controllers i get a not found error. Could somebody shed some light here? I have no clue what could be the problem.

All my other zend projects are working fine on any shared hosting i use, no configuration needed whatsoever(except database).


Seems that ubuntu's default install of apache is somehow not working with zend...unless you edit your 000-default file under /etc/apache2/sites-enabled. For more details follow this link

Just remember to change every line Allow None to Allow All

0

精彩评论

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