This is what you would need to put in your .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Wordpress blogs are the most commonly used, When you have your blog hosting account set up you will find wordpress very easy to install, you just upload the files, create an empty database and then edit one configuration file and run the install and its all done.
Alternatively if your blog hosting account has cpanel with fantastico you can install wordpress in a few seconds through the admin panel, just login into your cpanel account, click on the fantastico link, then wordpress, and follow the step by step instructions.
Hostgator supports mod rewrite and has cpanel as standard, they are also one of the cheapest hosts available.
Use the link below if you want to sign up for a hostgator account.

|