#Options -Indexes

RewriteEngine on
#RewriteRule ^(.+)\.html$ /index.php?q=$1

RewriteCond %{REQUEST_URI} !style.css
RewriteCond %{REQUEST_URI} !^/css/
RewriteCond %{REQUEST_URI} !^/js/

#RewriteRule .* index.php

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^.*$ /default.php [L]
RewriteRule .* index.php



# 2 HOURS
<FilesMatch "\.(.*)$">
Header set Cache-Control "max-age=5, must-revalidate"
</FilesMatch>

