Lets say I've got a site example.com/books/linux
I want to rewrite the url to books.example.com/linux
without doing anything else (without redirecting/moving files to a different location on a server etc.).
So how can I just rewrite the url using apache2?
I would be glad to read your answers. Thank you very much!