On 11/1/07, csnyder <[EMAIL PROTECTED]> wrote: > RewriteLog http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewritelog
Thanks, Chris. Don't know why I didn't think of that:) Anyway, it turns out the issue was with my Apache config file. I had to change the AllowOverride setting. # AllowOverride None AllowOverride All -- Randal Rust R.Squared Communications www.r2communications.com _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
