Welcome Guest, Not a member yet? Register   Sign In
SEO strategy: How to make mydomain.com/title-art-work to work ?
#1

[eluser]123wesweat[/eluser]
Hi,

How do i get this to work with codeigniter?
Code:
mydomain.com/art/details/title-art-work
no i just have
Code:
mydomain.com/art/details/77

which selects the appropiate info based on ID

I am thinking about
Code:
mydomain.com/art/details/title-art-work-77

so adding the id as last and use it to query the database.
#2

[eluser]rogierb[/eluser]
This has been covered a lot in this forum. Do a search for slug.

1: you need a unique slug in your record
2: you use the slug instead of the id to fetch the record.

tada...




Theme © iAndrew 2016 - Forum software by © MyBB