rewrite question

wanren

Verified User
Joined
Mar 1, 2010
Messages
29
due to my website problem, I would like to ask the question like this:
how can I disable mod_rewrite?
I cannot find mod_rewrite.iso anywhere...
Thanks!
 
If it lists when you do
Code:
httpd -l
then it is compiled into apache itself.

I guess you'll need to compile apache without it.
 
Look first for rewrite in your .httaccess file(s); or in your httpd.conf file(s). mod_rewrite shouldn't do anything unless it's called.

Jeff
 
Back
Top