SEO Egghead by Jaimie Sirovich: A blog about SEO, written for nerds, by a nerd.

Choose a Topic:

» Suggest a topic or buzz to cover; if I write about it, you'll get credit with a link in the post!

Thu
31
Aug '06

ROTD: Mod_rewrite Rule To Remove Trailing "index.php"

Archived; click post to view.
Excerpt: This handy set of rules for mod_rewrite automatically redirects any URL ending in "/index.php" to the same URL ending in "/."  It works for the root directory as well as subdirectories.RewriteCond %{THE_REQUEST} ^GET\ /.*/index\.(php|html)\ HTTPRewriteRule (.*)index\.(php|ht ...
4 Comments »
Thu
27
Apr '06

What Mod_rewrite Won't Do For You

Archived; click post to view.
Excerpt: I've seen many misconceptions about mod_rewrite.  I believe this is because most people in this industry know what it is, but aren't programmers, or don't understand the concepts well. First, I've seen people say mod_rewrite incurs major overhead. This may be true if you as ...
1 Comment »