juzna/iManaJUZment/master/document_root/.htaccess
# disable directory listing
Options +Indexes
php_value session.save_path "/home/juzna/projects/servisweb3/temp/session/"
# configure PHP
# <IfModule mod_php5.c>
# php_flag magic_quotes_gpc off
# php_flag register_globals off
# php_flag zend.ze1_compatibility_mode off
# </IfModule>
# mod_rewrite
<IfModule mod_rewrite.c>
RewriteEngine On
# RewriteBase /
# front controller
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(pdf|js|ico|gif|jpg|png|css|rar|zip|tar.gz)$ index.php [L]
</IfModule>
On Github License
Files
Download PDF of Htaccess file