I'm using phparcadescript.. If you visit www.heatarcade.com the site works fine.. but if you visit www.heatarcade.com and click Action .. casino etc the mod_rewrite doesn't work. If I turn search engine friendly urls off the site functions again. Any ideas whats causing this, I've seen other sites using phparcadescript's mod_rewrite working fine..
RewriteEngine on RewriteRule ^games/([_A-Za-z0-9-]+)/?$ index.php?action=playgame&title=$1 RewriteRule ^categories/([_A-Za-z0-9-]+)/([0-9]+)-([0-9]+)/?$ index.php?action=browse&catname=$1&page=$2&limit=$3 [S=1] RewriteRule ^categories/([_A-Za-z0-9-]+)/?$ index.php?action=browse&catname=$1 RewriteRule ^search/([_A-Za-z0-9-]+)/([0-9]+)/?$ index.php?action=browse&searchterm=$1&page=$2 [L] Code (markup):