hexC0D3/Grades_v2.0/master/htdocs/.htaccess
Options +FollowSymLinks +ExecCGI
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !(.png|.jpg|.gif|.jpeg|.bmp|.css|.js|.json|.html|.ttf|.eot|.svg|.woff|.woff2)$
RewriteRule (.*) index.php [QSA]
</IfModule>
Files
