On 21/08/07, John Clement <[EMAIL PROTECTED]> wrote:
>
>
> Hi all,
>
> I've taken the following .htaccess from CentOS 4.5 with Apache 2
>
> ============
> Options +FollowSymLinks
>
> RewriteEngine on
> RewriteRule ^([0-9]+) index.php?forum_id=$1&%{QUERY_STRING}
> ============
>
> which works fine, however when putting it onto an old RHEL3/Apache 2 machine
> that we've got to use for development it just 404s and the only log
> generated is:[snip] Try http://wiki.apache.org/httpd/RewriteHtaccessIgnored If that doesn't help, reply here with answers to the questions it asks. -- noodl --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
