My website contents are completely based on mysql database + php.
Its links are currently shown as:
mysite.com/cat_id=147
mysite.com/cat_id=148
mysite.com/cat_id=149
mysite.com/topic_id=2302
mysite.com/topic_id=2303
mysite.com/topic_id=2304
I want to convert that links to search engine optimized as follows:
mysite.com/category/news/147
mysite.com/category/books/148
mysite.com/category/music/149
mysite.com/topics/topic_title_1
mysite.com/topics/topic_title_2
mysite.com/topics/topic_title_3
How can I do it? I'm ready to change my whole website coding.
Do I need to make any changes on my database?
Could you please let me know a php code sample for a link.
Please help me. or give me links to solve this.
Thanks in advance
Its links are currently shown as:
mysite.com/cat_id=147
mysite.com/cat_id=148
mysite.com/cat_id=149
mysite.com/topic_id=2302
mysite.com/topic_id=2303
mysite.com/topic_id=2304
I want to convert that links to search engine optimized as follows:
mysite.com/category/news/147
mysite.com/category/books/148
mysite.com/category/music/149
mysite.com/topics/topic_title_1
mysite.com/topics/topic_title_2
mysite.com/topics/topic_title_3
How can I do it? I'm ready to change my whole website coding.
Do I need to make any changes on my database?
Could you please let me know a php code sample for a link.
Please help me. or give me links to solve this.
Thanks in advance