# Jisko htaccess
# Some mod_rewrite stuff
RewriteEngine On
#If you're having trouble with the message "No input specified.", uncomment the next line
#AddHandler application/x-httpd-php5 .php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.+) index.php/$1 [L]
# HotLinking (if you want!)
#RewriteCond %{HTTP_REFERER} !^$
#RewriteCond %{HTTP_REFERER} !yourdomain.com [NC]
#RewriteCond %{HTTP_REFERER} !images.google. [NC]
#RewriteRule .*.(jpg|gif|bmp|png)$ - [F]
# Adding some security to files/dirs
IndexIgnore *
RewriteRule ^(.*/)?\.svn/ - [F,L]
order allow,deny
deny from all
order allow,deny
deny from all
# Expirations
FileETag MTime Size
ExpiresActive on
ExpiresDefault "access plus 1 year"