RewriteEngine on

# AuthAz routes
# Sample URL: https://yourdomain.com/admin/index/dest/profile/step/1/
# Translated to: https://yourdomain.com/admin/index.php?dest=profile&step=1

RewriteRule /dest/(.*)/ index.php?dest=$1
