View Single Post
Old March 23rd, 2006, 10:25 PM   #5 (permalink)
Kayla
Senior Member
Surpass Staff
 
Kayla's Avatar
 
Joined in May 2003
Lives in Chicago
24,786 posts
Gave thanks: 946
Thanked 812 times
SSH to your server:

rootyourserver [~]# grep -i mod_rewrite /usr/local/apache/conf/httpd.conf

Then you will see this which means it's enabled:

LoadModule rewrite_module libexec/mod_rewrite.so
AddModule mod_rewrite.c
<IfModule mod_rewrite.c>

If you don't see these lines, it's not enabled.

By default, it is.
__________________
Follow Surpass on Twitter and Facebook
And there's my own Twitter



Kayla is offline   Reply With Quote