| 0 Comments ]

Static url-s are known to be better than dynamic URLs for many of reasons:
- rank better in search engine
- search engines are known to index the content of dynamic pages much more slowly than that of static pages
- static url-s look friendlier to end users and search engine robots

example:
Dymanic url:
http://www.4car.me/2010/php?product=widget&color=blue&size=small&texture=fuzzy&maker=widgetco

Static url:
http://www.4car.me/2010/05/hummer-tuning.html

Tips:
You will need to create a file called ".htaccess" and paste the code generated into it. Once you have created the .htacess file simply copy it into your web directory.
URL rewriting of this type will work ONLY if you are hosted with Apache Server.

0 Comments

Post a Comment