On Tue, 2005-07-26 at 15:54 -0400, Matt Morgan wrote:>
Another thought: is it possible I don't have mod_rewrite installed? How would I know? It doesn't show up in my rpm db like mod_ssl, but I get nothing when I do
If it's a stock FC[3] apache it is.
Are you sure you're loading the mod_rewrite module somewhere in the httpd.conf[s]?
LoadModule rewrite_module modules/mod_rewrite.so
$httpd -l
will list compiled in modules, but I 'm not sure how to see loaded modules besides browsing a phpinfo(); call:
<?php
phpinfo();
?>
If there is nothing useful in your rewrite logs at level 3, bump the log level up to 9 and check again.
-- Craig Thomas