hexC0D3/Grades_v2.0/master/htdocs/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache