Rewrite all URL to index.php except from '/Serene/Assets/'
snippet in htaccess
Rewrite all URL to index.php except from '/Serene/Assets/'
user5783
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]