###############################
###### AngryBSOD ENGINE #######
###############################
AddDefaultCharset UTF-8
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule /(.*) https://%{HTTP_HOST}%{REQUEST_URI}
ErrorDocument 404 /404/
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?pul [NC,L]
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 year"
</IfModule>