I am trying to achieve something that I am not sure if htaccess can even do.
What I have is a folder structure:
- myapp
- some_folder
- some.js
- some_folder
- www
- css
- js
now the web root is pointing at www folder so i can do http://mydomain.com/js/jquery.js and it would work but what I want to do is http://mydomain.com/myapp/some_folder/some.js and it should load some.js and serve it.
Is it possible to do this in htaccess?