我在我的ubuntu家庭服务器上安装了Zend.在我的.htaccess文件中,我有以下代码:
原文链接:https://www.f2er.com/php/131428.htmlSetEnv APPLICATION_ENV development RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-s RewriteCond %{REQUEST_FILENAME} !-l RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^.*$index.PHP [NC,L]
当我在公共文件夹中的index.PHP中回显APPLICATION_ENV时,APPLICATION_ENV未设置.
我究竟做错了什么?
在apache中启用了mod rewrite.