Archive for October 29th, 2006
.htaccess don’t go wrong with this one
ErrorDocument 404 /not_found.html
RewriteEngine On
RewriteCond %{HTTP_HOST} !^(.*)\.yoursite\.com$ [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]
RewriteEngine On
RewriteBase /blogfolder/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blogfolder/index.php [L]
Bookmark it so you can find it later
Posted: October 29th, 2006 under Web Design.
Comments: none
Mike Grehan’s Article: Filthy Linking Rich + Getting Richer
Hi. I spend a good bit of time researching various web issues and concerns. One of the things I spend some time with is search engine optimization. There are a few forums I visit (and participate in), and, I also read blogs and various articles.
One of the seos (or search engine marketers) who seems particularly [...]
Posted: October 29th, 2006 under Search Engines.
Comments: none
Customizing WordPress Headers
Well, I’ve had a need lately to tweak out some WordPress headers …. there’s some useful info in that link about this…. WordPress is a good CMS, and, I think I’m going to design my own theme from scratch… I think I’m capable : ) And, I’ll have a real good time figuring out the [...]
Posted: October 29th, 2006 under Blogs, Uncategorized.
Comments: none
More About Hit Tail From Mike Levin
Well, you’ll see the post below where I discuss a bit about Hit Tail which illuminates how to leverage the “long tail” of search to bring some more eyeballs to your web projects. I really, really, really like this concept, and, lately I’ve been taking a close look at what the long tail has to [...]
Posted: October 29th, 2006 under Web Tools.
Comments: none








