I have website made using HTML5, CSS, PHP and jQuery (with AJAX).
URL, when I visit home page is like http://www.example.com, which is fine. But when I visit a different page (which loads using AJAX with help of jQuery), URL is still same (so http://www.example.com).
It's not even displaying how it normally would (example.com/index.php or example.com/partials/somethingelse.php).
I would like to display home page as it is now (example.com) and other sites that are inside folder partials like example.com/somethingelse.