djsharma/lms-php/master/.htaccess
<IfModule mod_rewrite.c>
Options +FollowSymLinks
IndexIgnore */*
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !(^.*.(css|js|jpg|jpeg|png|gif|bmp|svg)$)
RewriteRule . index.php
</IfModule>
Files
