且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在 Zend 2 框架应用程序中的请求 url 上找不到页面

更新时间:2023-10-11 12:10:16

当您将 apache 文档根目录指向 C:/xampphtdocs/ZendSkeletonApplication/ZendSkeletonApplication-master/public

when you point with your apache document root to C:/xampphtdocs/ZendSkeletonApplication/ZendSkeletonApplication-master/public

你需要在浏览器中使用这个 url http://zf2-tutorial.localhost:8081/album而不是像你写的 http://zf2-tutorial.localhost/ZendSkeletonApplication/ZendSkeletonApplication-master/public/album

you need to use in your browser this url http://zf2-tutorial.localhost:8081/album and not like you wrote http://zf2-tutorial.localhost/ZendSkeletonApplication/ZendSkeletonApplication-master/public/album

此 url 指向内部不同的模块/位置.

this url points internal to a different module/location.

//编辑

如果这不起作用,请检查您的 zf2 /public 文件夹,如果存在 .htaccess 文件,否则请在此处使用来自 zend 框架应用程序的文件 https://github.com/zendframework/ZendSkeletonApplication/blob/master/public/.htaccess

if this not work check your zf2 /public folder if there is a .htaccess file present otherwise use the file from the zend skeleton application here https://github.com/zendframework/ZendSkeletonApplication/blob/master/public/.htaccess

如果 port 等于您的 windows 主机 文件端口,请同时检查您的 apache vhost 条目.

please check also your apache vhost entry if the port is equal to your windows host file port.

确保 apache ModRewrite 已加载!

make sure apache ModRewrite is loaded!