Searched, Designed, Developed. I-COM Blog

Open-source is a development method for software that harnesses the power of distributed peer review and transparency of process. It promises better quality, higher reliability, more flexibility, lower cost, and an end to predatory vendor lock-in. Until recently this was a radical idea to... read more

Normal procedure for using mod_rewrite is to translate friendly url's into something your underlying server technology can interpret. Something like:RewriteRule ^blog-blog-title-(14)\.html$ blog.php?id=$1 [L]But recently I had to do the process in reverse which seemed straightforward:RewriteCond... read more

  • Page:
  • 1