Just thought I'd send him his first trackback ;)
Welcome to Wordpress ucosty.
Check it out:
http://www.ucosty.net/
First make sure you have
LoadModule rewrite_module modules/mod_rewrite.so in your httpd.conf file.
Also AllowOverride needs to be set to All (there are two instances in the httpd file).
The default compile of apache doesn't come with this module so you may need to recompile apache. I'd recommend:
./configure --enable-mods-shared=most
That will give you most stuff. Although fedora may have the module.
Fedora has mod_rewrite.
w00t it... er semi-works
i've lost my stylesheets + stuff :/
hmm....
you'll need to hard link the to style. So
/style.css not just style.css
yeah already fixed that. tis all good :D
how does one go about making mod_rewrite actually work? I have the module installed and running, as well as the appropriate stuff in the .htaccess file but still no luck.