当前位置:首页 > PHP教程 > Apach > 列表

apache .htaccess Zend Framework rewrite规则

发布:smiling 来源: PHP粉丝网  添加日期:2013-11-23 16:15:04 浏览: 评论:0 

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

Tags: apache htaccess Zend

分享到: