SEO Url Redirect/Rewrite Using Database Managed Links

Posted by user204245 on Stack Overflow See other posts from Stack Overflow or by user204245
Published on 2010-04-08T15:35:22Z Indexed on 2010/04/08 16:53 UTC
Read the original article Hit count: 211

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 ?

© Stack Overflow or respective owner

Related posts about urlrewriting

Related posts about url-rewriting