Apache’s mod_rewrite can be easily used via a file called “.htaccess” to turn dynamic urls into friendly urls. Here is an example of how it’s done: [crayon-63e31d6ccf7a8114405301/] This will rewrite all paths ending in “.html” to your index file. From there, it’s simply a case of tailoring the rewrite to your requirements. … [Read more...]
Dynamic URLs and static URLs
December 20, 2009 by Leave a Comment
Google recently released article on dynamic vs static urls which suggests that search engine do not like dynamic urls as much as they like static urls. I suggest you guys to have a read on it by clicking here … [Read more...]