i don't know exactly what to search for my problem and maybe it look so stupid... if u see websites built with for example joomla post can be accessed like: http://test.com/section/category/postName and also can access like: http://test.com/?option=component&...
i programmed a fully PHP-AJAX website from zero point and the way i can access each post directly(without AJAX) is like this: test.com/post?id=POSTID(or with an alias) i want to access it something like this: test.com/post/postname
is there any way to avoid those '?' for get requests or any other way i could customize the url for my pages?