Lets say I have this folder on my server called books.
Inside I have and index.php with this links: books/book1.php books/book2.php
I then decide to create a subdirectory called "scifi", for a better sorting of the books.
So the books are no in: books/scifi/book1.php books/scifi/book2.php
The links have changed and now the links on index.php dont work.
How can I (or redirect*) all the links without having to go one by one
Thanks in advance!!
*please dont be thrown away by redirect I do not mean it in the programming way (necessarily) rather in an illustrative one.