首页 >

zend frameworks配置出错,只能访问默认控制器解决方案

后端开发|php教程zend frameworks配置出错,只能访问默认控制器解决方案
nbsp,ZendFramework,localhost,index,gt
后端开发-php教程
zend frameworks配置出错,只能访问默认控制器
如题
新版5级分销源码,取消ubuntu登录密码,抢票爬虫抓取,php 对话网页,seo网站观点lzw
1、http://localhost:8080/ZendFramework_qyweb/
2、http://localhost:8080/ZendFramework_qyweb/index
3、http://localhost:8080/ZendFramework_qyweb/index/index/
转码系统源码,vscode图片做背景,ubuntu 设置字体,tomcat jbpm,sqlite3数组存取,网页设计实践,php数据库的连接函数,社区网站 租用服务器还是只需要购买空间,bootstrap日历插件中文,程序员前端框架工具,爬虫卖数据,php substr,天津 seo,springboot技巧,火车头采集器 时间标签,玩具 网站模板,css3网页加载旋转动画,精美网页模板下载,帝国cms后台推荐文章提示你没有更改属性权限,手机和网站页面模板,web固定资产管理系统模板,易语言启动程序lzw
1可以访问,2、3不能访问,提示404错误
微信公众号考勤系统源码,装了Ubuntu没反应,tomcat邮箱验证码,手写爬虫原理,php教程9.4.2学习,seo门户seo门户lzw
APACHE配置也按教学上的改过

httpd.conf


Options FollowSymLinks
#AllowOverride None
AllowOverride All
Order deny,allow
Deny from all
Satisfy all

LoadModule rewrite_module modules/mod_rewrite.so

项目目录结构:
|-application
|—-|-config
|—-|-controllers
|—-|—-|—-|-IndexController.php
|—-|-models
|—-|-views
|—-|—-|-filters
|—-|—-|-helpers
|—-|—-|-scripts
|—-|—-|—-|-index.phtml

IndexController.php
class IndexController extends Zend_Controller_Action
{

public function init()
{
/* Initialize action controller here */
$this->registry=Zend_Registry::getInstance();
$this->view=$this->registry[‘view’];
$this->view->baseUrl=$this->_request->getBaseUrl();
}

public function indexAction()
{
// action body
$message=new Message();//
//
$this->view->messages=$message->fetchAll()->toArray();

echo $this->view->render(‘index.phtml’);//
}
}

?>

备注:
|—-|—-|-scripts
|—-|—-|—–|-index
|—-|—-|—–|—-|-index.phtml

不支持scripts子目录

——解决方案——————–

探讨

解决了,

原因:httpd.conf文件中有多个AllowOverride None

全改过后,
1、http://localhost:8080/ZendFramework_qyweb/
2、http://localhost:8080/ZendFramework_qyweb/index
3、http://localhost:8080/ZendFramework_qyweb/i……


zend frameworks配置出错,只能访问默认控制器解决方案
  • 说一个很多菜鸟(例如小弟)都遇到的有关问题的解决办法,当然这个解决办法却引出另一个有关问题,求解!
  • 说一个很多菜鸟(例如小弟)都遇到的有关问题的解决办法,当然这个解决办法却引出另一个有关问题,求解! | 说一个很多菜鸟(例如小弟)都遇到的有关问题的解决办法,当然这个解决办法却引出另一个有关问题,求解! ...

    zend frameworks配置出错,只能访问默认控制器解决方案
  • PHP中使用localhost连接Mysql不成功的操作【PHP】
  • PHP中使用localhost连接Mysql不成功的操作【PHP】 | PHP中使用localhost连接Mysql不成功的操作【PHP】 ...

    zend frameworks配置出错,只能访问默认控制器解决方案
  • dedecms列表页文章链接http://localhost/plus/view.php?aid=2522 静态化,
  • dedecms列表页文章链接http://localhost/plus/view.php?aid=2522 静态化, | dedecms列表页文章链接http://localhost/plus/view.php?aid=2522 静态化, ...