phucnhdnict/cbcc_050515/master/uploader/.htaccess
DirectoryIndex index.php
php_value session.auto_start 0
### Rewrite rules for Zend Framework
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|.php|.html|.htm|.feed|.pdf|.raw|/[^.]*)$ [NC]
RewriteRule !.(ico|js|gif|jpeg|jpg|png|css|swf|flv)$ index.php
<files *.ini>
order deny,allow
deny from all
</files>
On Github License
Files