07 декември 2007, петък

URL rewriting tool

Difficult url's can be rewritten with the tool at www.webconfs.com/url-rewriting-tool.php. This program can show you how to convert a (difficult) dynamic url to static looking html one which is typically better for SEO. Example:

Typing some site into the Enter Dynamic URL form:
site.com/products.php?prod_id=22

Then you will be shown 2 options:

Type 1 - Single Page URL

site.com/products-prod_id-(Any Value).htm

eg: site.com/products-prod_id-22.htm

and Type 2 - Directory Type URL

site.com/products/prod_id/(Any Value)
eg: http://scibody.com/products/prod_id/22/

And below еach of the options there will be an example code for .htaccess file (not tested).