Mod ReWrite Apache

Hi,

I want to use the ReWriteEngine in a .htaccess file for Apache. It looks like I need to turn on mod_rewrite for Apache… Does anyone know how I might do this?

/jlar

Just make sure APACHE_MODULES in /etc/sysconfig/apache contains the word rewrite then

/etc/init.d/apache2 reload

Great thanks… I will give it a shot.