The idea is to use http://www.example.com/admin/#!/12345 as http://www.example.com/admin/user.php?id=12345
This is the rewrite rule Im trying, but this doesn’t seem to work
RewriteRule ^admin/#!/(.*) www.example.com/admin/user.php?id=$2
How do I include such special characters ?
Thank you
You can’t use
#is URLs. The browser will interpret it as a fragment identifier and never even send it (or the following part of the URL) to the server.