Say I have this url.
http://mydomain.local/category/12/garden#31/decking-treatment
Can the part after the # i.e 31/decking-treatment
be retrieved on serverside?
I checked in the $_SERVER
and $_REQUEST
superglobals but it is not there.
Thanks
Regards Gabriel