Re: RH9 Apache Mod_rewrite problems

2003-10-21 Thread oxfordmusic.net
> i have my httpd.conf set up like this: > > sorry, didn't mean to send this. i've fixed it. cheers andy -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RH9 Apache Mod_rewrite problems

2003-10-21 Thread oxfordmusic.net
i have my httpd.conf set up like this: # Custom ReWrite engine stuff RewriteEngine on RewriteLog "/var/log/httpd/rewrite.log" RewriteLogLevel 9 DocumentRoot "/var/www/html" ForceType application/x-httpd-php RewriteEngine on RewriteRule (.*) /index.php?action=$1 now, this works fi