RewriteEngine On

# /task/details/TOKEN  → details.php?token=TOKEN
RewriteRule ^details/([A-Za-z0-9=_-]+)$ details.php?token=$1 [L,QSA]
