/ Published in: Apache
This line can be added to 'backend', 'frontend', 'listen' directives in the HAProxy config.
It will redirect all requests for /books/mysql to /books.php?title=mysql
Expand |
Embed | Plain Text
reqirep ^([^\ ]*)\ /books/(.*) \1\ /books.php?title=\2
You need to login to post a comment.
