Forum Moderators: phranque

Message Too Old, No Replies

Installing mod_rewrite....

Enabling mod_rewrite on Apache

         

woldie

2:47 pm on Mar 2, 2004 (gmt 0)

10+ Year Member



Hi all,

I've been asking for some help on mod_rewrite on this forum and figured out that I need to enable mod_rewrite on my server. Now I'm not that apache savvy, I know a little but not an expert as such.

Anyway what I've done is run the 'configure' commands on my server:-

./configure --enable-module=rewrite
./configure --enable-shared=rewrite

Not a problem...

What do I do next? Do restart apache, or do I need to add some extra commands in the httpd.conf file?

Many Thanks

W

closed

3:08 pm on Mar 3, 2004 (gmt 0)

10+ Year Member



AFAIK, all you would have to do would be to un-comment this line from httpd.conf:

#LoadModule rewrite_module modules/mod_rewrite.so

then restart the server, then you'd be good to go.