When I try to turn the RewriteEngine on, it tells me that mod_rewrite is not installed.
I've looked in my apache2.conf file and there is not line to uncomment that resembles
LoadModule rewrite_module modules/mod_rewrite.so
I am not savvy at system admin and I want to make sure I don't screw up my server. Can I just copy (or symlink) mod_rewrite.so into my mods_enabled directory? Should I load the module as I tried above?