Apache – .htaccess redirect normally for static folder
I have a .htaccess file that redirects every requests to ./core/index.php. But for static files which are in ./node_modules/ and ./assets/ folders, I want to enable normal redirect for them. So, if request: url/whatever/page/ -> redirect to: core/index.php if request:…