Quote:
Originally Posted by dan325ci
Hi
We are using NGINX and do not have any .htaccess file in the root directory of the arcade.
Also, the zip attachment you have above has nothing in it.
Our problem is half the games are not able to submit scores...
|
the file above is not empty
I do not have the time to check your OS
but you need to have your ftp client set to be able to view dot file
you can make your own .htaccess with this in it
Code:
RewriteEngine on
# 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]
and up load it to your
forum root dir
this goes for the others who are posting they are adding this to there arcade dir
Quote:
Originally Posted by HeLLCiTo
I tried to install and gives me the same error and it is rare
I've installed it as a mirror, without removing the previous version, but now is I have two identical sets
|
so both do not work..
Im not sure why this happens to some with these older v2 games
make a test site and try it there