I did your suggestion
Code:
stangger5 came up with .. when I was in a pinch
edit your .htaccess If you have one
or add
Code:
# Send hardcoded ipa scores to arcade instead
RewriteCond %{QUERY_STRING} act=Arcade [OR]
RewriteCond %{QUERY_STRING} autocom=arcade
RewriteRule ^index.php arcade.php [L,QSA]
under
Code:
RewriteEngine on
But it didnt work.
I see the code Hippy but not sure were to add it.