xpecto/daux.io/master/.htaccess
RewriteRule /?.htaccess$ - [F,L] #prevent access to .git directory RewriteRule /?.git/ - [F,L] RewriteEngine On #RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule !.(gif|jpg|png|css|js|html|ico|zip|rar|pdf|xml|mp4|mpg|flv|swf|mkv|ogg|avi|woff|svg|eot|ttf|jar)$ index.php [L,QSA]