当前位置:web 服务器 > Apache >>

apache .htaccess Zend Framework rewrite规则

apache .htaccess Zend Framework rewrite规则
# Zend Framework rewrite规则
RewriteEngine on
RewriteCond %{REQUEST_FILENAME}  !-f
RewriteRule .*  index.php教程

# 安全性考虑:不允许列表目录内容
Options -Indexes
# PHP设置
php_flag magic_quotes_gpc  off
php_flag register_globals    off
php_flag short_open_tag     on

补充:Php教程,apache
Apache
IIS
Nginx
Tomcat
如果你遇到web 服务器难题:
访问www.zzzyk.com 试试
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,