I have a webpage set up where the user can navigate to a certain item on the page like so:
www.example.com/models.php#DDD-34
At the moment it uses a #
symbol to indicate the code of the item i want to link to. Would it be possible using .htaccess to allow a /
symbol instead of the #
So instead of the above to link to a item its
www.example.com/models.php/DDD-34
Would this be possible in anyway? Because /
means a path it brings sup a 404 error. what .htaccess code would allow this?