Hi, i run Apache 2.0(i think) on a Windows XP system and now i want to use mod_rewrite(modules\mod_rewrite.so). But...it doesn't work so fine*hehe*(soo far).I have uncommented this line:#LoadModule rewrite_module modules/mod_rewrite.soAnd now(what i have readed)i should uncomment this line:#AddModule mod_rewrite.cBut i don't find it anywhere, in httpd.conf? What is wrong?Sorry the Englisch!
If you anytime want to know any data in any array(eg. $_SERVER)you should use:<pre><?php echo var_dump($_SERVER); ?></pre>or maybe my own little code bit:<?phpforeach($_SERVER $a AS => ${echo htmlentities($a)." <b>:</b> ".htmlentities($."<hr>";}?>Note: I have'nt test the script!