There is for example the /App/Public/Theme/style.css directory. In the html file the style is connected.
<link href="/App/Public/Themes/css/bootstrap.css" rel="stylesheet">
The question is, is it possible to somehow force apache to give static files from a specific directory when prompted
/Theme/.*?(css|gif....) <link href="/Themes/css/bootstrap.css" rel="stylesheet">
?