Options -MultiViews

RewriteEngine On
RewriteCond %{REQUEST_URI}  !^.*/index\.php$
RewriteCond %{REQUEST_URI}  !^.*/plugins/.*\.(js|css|png|gif|jpg|mp3|wav)$
RewriteCond %{REQUEST_URI}  !^.*/docs/.*$
RewriteCond %{REQUEST_URI}  !^.*/public/js/.*$
RewriteCond %{REQUEST_URI}  !^.*/Joobsbox/Themes/.*$
RewriteRule .* index.php [NC,L]

<IfModule mod_deflate.c>
	SetOutputFilter DEFLATE
</IfModule>

<IfModule mod_expires.c>
	ExpiresActive On
	ExpiresByType text/html "modification plus 1 hour"
	ExpiresByType image/jpeg "now plus 1 weeks"
	ExpiresByType image/gif "now plus 1 weeks"
	ExpiresByType image/png "now plus 1 weeks"
	ExpiresByType text/css "now plus 1 weeks"
	ExpiresByType application/javascript "now plus 1 weeks"
</IfModule>
