.htaccess - How to rewrite url in apache? -


lets i've got site example.com/books/linux

i want rewrite url books.example.com/linux without doing else (without redirecting/moving files different location on server etc.).

so how can rewrite url using apache2?

i glad read answers. thank much!


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

recursion - Can every recursive algorithm be improved with dynamic programming? -