<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteBase /subjectsplus/api/

	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d
	RewriteRule ^(.*)$ index.php/$l [L]
</IfModule>