Okay, if searched in this thread for a solution for my problem and it seemed to work. Unfortunal it doesn?t:
I?m using the arcade in a 4.2.2 with vbseo and after installing I had the problem, that everyone gets redirected to the cms homepage after a game is done. I?ve altered the htaccess as others have been advised to
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]
.
That
seemed to help at first glance, but I had to notice a second error: the game told me that it was unable to write to the game tables. After displaying that, it redirects back to the cms homepage again.
Anyone an idea, what I have to do? And please be aware, that I?m totaly new to the arcade