Re: [EMAIL PROTECTED] Re: rewrite module

2006-02-27 Thread D. Hunter
yeah that did the trick thnx buddy not sure why i didnt notice it before  On 2/27/06, Sascha Kersken <[EMAIL PROTECTED]> wrote: Hi,   did you check the AllowOverride setting for the directory containing the .htaccess file?     Regards Sascha-- D. Hunter

[EMAIL PROTECTED] Re: rewrite module

2006-02-27 Thread D. Hunter
ngine On RewriteRule ^go-(.*).* go.php?uri=$1 [L,NC]RewriteRule ^s-(.*).html search.php?q=$1 [L,NC]RewriteRule ^n-(.*).html news.php?q=$1 [L,NC]RewriteRule ^c-(.*)-(.*).html category.php?id=$1&name=$2 [L,NC]  -- D. Hunter

[EMAIL PROTECTED] rewrite module

2006-02-27 Thread D. Hunter
ould be redirected all i get is a 404 page, but it used to work when i was running under 1.3 & 2.0, could someone point me in the right dirrection how to get the rewrite module active.  -- D. Hunter