SEO Url Redirect/Rewrite Using Database Managed Links
- by user204245
I have searched left and right.
And i am trying to find a script or a method on how I can store links in database and use them for redirection.
This is an E-commerce project and I am looking for something to manage Product and system URL from database.
Something Similar like magneto dose.
Basically anything after the domain say like domain.com/demo/12/my_iphone
so now demo/12/my_iphone will be sent to database for querry and in databases there will be a destination URL which could be productlisting.php?searchstring=iphones
so the user will see link domain.com/demo/12/my_iphone but actualy he will be seeing productlisting.php?searchstring=iphones
basically demo/12/my_iphone = productlisting.php?searchstring=iphones
and tomorrow if the user want to edit demo/12/my_iphone to demo/12/myiphone he can just do so using simple form which will update in the database.
How can i achieve this ?