I am using wordpress, i have some URL issue.
My current URL is : http://www.example.com/states/?q=ohio
I want URL :www.example.com/states/ohio
i want to remove ? mark form url.
without adding code in htaccess when i call URL http://www.example.com/states/ohio. it given me page not found error.
so how could i solve this issue?