I want to rewrite my Symfony 2 URL so instead of showing
www.example.com/app.php/path
it shows
www.example.com/path
How can I do this using lighttpd?
As simple as that:
url.rewrite-if-not-file = (
"(.+)" => "/app.php$1"
)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With