views:

85

answers:

2
+1  A: 

Too many parentheses. You might have a Lisp infection.

Try:

RewriteRule ^([^/]*)/([^/]*)/?([^/]*)?$ index.php?page=$1&id=$2&action=$3 [QSA,L]
chaos
A: 

There's a really good one page mod_rewrite cheat sheet here: http://www.addedbytes.com/apache/mod_rewrite-cheat-sheet/

gareth_bowles
thansk. add > bookmark :)