I do not know if it is possible or no, I use $.ajax to load content via ajax without reloading the page. My url looks like this:
http://localhost/category:blog
I use jQuery $.ajax to load content correctly without reloading, but I need a more functionality than that, I want to set the url in address bar to category:blog after loading via $.ajax, is it possible to run the ajax request when user enters that address directly into browser as well? do I need htaccess or isnt it possible, I am lost in this situation. I just want to make the links like that.