/ 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
It will redirect all requests for /books/mysql to /books.php?title=mysql
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
reqirep ^([^\ ]*)\ /books/(.*) \1\ /books.php?title=\2