.htaccess rules for your WP 2.0+ blog

I keep finding my blog rewrites the rules for the *.htaccess files. Don’t know why. I’m placing the text here so you can copy and edit it any time you need it! This set of rules is for people who use Wordpress 2.0~2.0.7 on their own hosted server and who need to access their *stats* packages in a folder off the main URL, as here. In standard WP2.0+ .htaccess files, the commands return a 404 error. This fixes that problem.

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/stats/(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^/failed_auth.html$
RewriteRule ^.*$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php

# END WordPress

Happy Blogging 2007!

12 ideas for generating traffic for your website!

Many websites have trouble generating significant traffic. I have some ideas that you can do….

1. email your friends with an introduction to your website! A quality website will be worth visiting! (easy)
2. a blog can certainly attract traffic, too. (takes time)
3. find some good quality directories.
4. make sure your site is indexed in Google, Yahoo, DMOZ, too. (easy to check/add and free).
5. put your URL in your signature for emails, forums, and other places where you login (easy, free and simple).
6. post notes in other blogs with info. about your website, but DON’T spam!
7. For a blog, join http://www.blogsoldiers.com and http://www.blogmad.net: both of these drive traffic, I have noted.
8. make sure your website has a ‘sitemap’ (may not be difficult)
9. check your website’s Meta file for appropriate keywords (fairly quick, usually).
10. join other people’s blogs, and post relevant posts to their blog, with links to yours. Make sure it’s okay with the blog owner, though!
11. try adwords or text links to generate additional traffic (text links might be more effective)

and number 12 is

12. keep your content fresh and exciting, word of mouth still works on the Internet, but now it’s called Viral Marketing.

Happy Chinese New Year 2007!

How many posts do you have in your drafts section?

I was just going through my drafts, when I began to wonder how many drafts other people have in their blogs.

My current number on this blog is actually about 17. It was nearly 30 at one point. I create a lot of drafts for ideas about things to write, but sometimes I forget to write them, or something else grabs my attention, or I am too tired to do the research (I post late at night or early morning), or the post just gets outdated. I’ve had a lot of good ideas for posts for tomorrow’s blog, but the next day the story already seems old.

So tell us how many posts do you have in your drafts? Why do you put posts there? How long do they stay there?