URL Rewrite Smack-Down: .htaccess vs. 404 Handler
This is something for the geeks and SEO people. To have "nice" URLs the CMS must be capable of rewriting/translating them. If not, it can be done within the .htaccess-file to let the webserver do this task. In my eyes the webserver will do it faster, but several extensions for popular applications like Wordpress or Joomla will do it more comfortable. Get some insights into this topic by reading the SEOmoz post.
First, a quick refresher: URL prettying and 301 redirection can both be done in .htaccess files, or in your 404 handler. If you're not completely up to speed on how URL rewrites and 301s work in general, this post will definitely help. And if you didn't read last week's post on RewriteRule's split personality, it's probably helpful background material for understanding today's post. [more...]


