westdc-zf1/htdocs/.htaccess

13 lines
282 B
ApacheConf
Raw Normal View History

2009-03-06 03:20:46 +00:00
# Rewrite rules for Zend Framework
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* index.php
# Security: Don't allow browsing of directories
Options -Indexes
# PHP settings
php_flag magic_quotes_gpc off
php_flag register_globals off
php_flag short_open_tag on