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
新聞熱點
疑難解答