I've got the Wordpress blogging software up on my hosting service (godaddy.com) However, I would like to be able to the "permalink" feature, but I cannot figure out how to get mod_rewrite to work.
So far, I've tried putting up a .htaccess file on the root of my server that contains only:
RewriteEngine on
But, this still does not work. I get a 404 error.
Wordpress is installed in a subdirectory "main"
Any advice? Thanks