Main menu:

Wiki Rss Feed


Archives

Links:

Meta

WebGlad Reports

Categories

 

October 2006
M T W T F S S
« Sep   Nov »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Recent Comments

Tags

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

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 [...]

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 [...]

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 [...]