Suppose i have custom pages like
http://www.myfootballcafe.com/page/5/football-fixtures-results-tables/
or
http://www.myfootballcafe.com/page/6/contact-us/
I want to remove the page/6/, i want to make it look like this:
http://www.myfootballcafe.com/football-fixtures-results-tables/
or
http://www.myfootballcafe.com/contact-us/
I checked few examples, but the code was a bit complicated for me to understand. I know you have to make some sort of rule in the mod rewrite. Any help will be appreciated.